diff options
author | Eric Bavier <bavier@posteo.net> | 2022-09-25 23:29:00 -0500 |
---|---|---|
committer | Eric Bavier <bavier@posteo.net> | 2022-09-26 11:00:54 -0500 |
commit | 0ea2b720596126c942d198af5f2de74147784d98 (patch) | |
tree | 58b5282df15d6211fe6d8b4c40e09e0ac06cfac4 /gnu/packages/gnome-xyz.scm | |
parent | 351201aae9f1a96b35a98382b6d1f6b283cfaf67 (diff) |
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.
Diffstat (limited to 'gnu/packages/gnome-xyz.scm')
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 8 |
1 files 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 |