guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gnome-shell-extension-gsconnect: Update to 5


From: guix-commits
Subject: branch master updated: gnu: gnome-shell-extension-gsconnect: Update to 50.
Date: Mon, 26 Sep 2022 12:03:54 -0400

This is an automated email from the git hooks/post-receive script.

bavier pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0ea2b72059 gnu: gnome-shell-extension-gsconnect: Update to 50.
0ea2b72059 is described below

commit 0ea2b720596126c942d198af5f2de74147784d98
Author: Eric Bavier <bavier@posteo.net>
AuthorDate: Sun Sep 25 23:29:00 2022 -0500

    gnu: gnome-shell-extension-gsconnect: Update to 50.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect): Update to
    version 50.  Update url references to new organization.
---
 gnu/packages/gnome-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 4d53593944..ad22eb0a5f 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -487,17 +487,17 @@ faster window switching.")
 (define-public gnome-shell-extension-gsconnect
   (package
     (name "gnome-shell-extension-gsconnect")
-    (version "48")
+    (version "50")       ; See GNOME Shell supported versions in metadata.json
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url (string-append "https://github.com/andyholmes";
+                    (url (string-append "https://github.com/GSConnect";
                                         
"/gnome-shell-extension-gsconnect.git"))
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "15agblnm7k1wqnnz6gwhwym992fzqkdz8mkm04805783bx60b8bh"))))
+                "0vg87fdihs5kp7apgyd32ldjmwzmrxaimsc005yjyy8m3f65sjmr"))))
     (build-system meson-build-system)
     (arguments
      `(#:tests? #f ;; every test fails
@@ -568,7 +568,7 @@ faster window switching.")
        ("gobject-introspection" ,gobject-introspection)
        ("libxml2" ,libxml2)
        ("pkg-config" ,pkg-config)))
-    (home-page 
"https://github.com/andyholmes/gnome-shell-extension-gsconnect/wiki";)
+    (home-page 
"https://github.com/GSConnect/gnome-shell-extension-gsconnect/wiki";)
     (synopsis "Connect GNOME Shell with your Android phone")
     (description "GSConnect is a complete implementation of KDE Connect
 especially for GNOME Shell, allowing devices to securely share content, like



reply via email to

[Prev in Thread] Current Thread [Next in Thread]