lilyp pushed a commit to branch gnome-team
in repository guix.
commit 08d913b1d90afd4d9b4971963a38dec76261fd25
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Jul 14 12:23:26 2024 +0200
gnu: gnome-connections: Update to 46.0.
* gnu/packages/gnome.scm (gnome-connections): Update to 46.0.
[inputs]: Replace gtk-frdp with gtk-frdp-for-gnome-connections.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 31382fd110..10f0a69038 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -14180,7 +14180,7 @@ Protocol} for @acronym{VoIP, Voice over @acronym{IP,
Internet Protocol}}.")
(define-public gnome-connections
(package
(name "gnome-connections")
- (version "44.1")
+ (version "46.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -14188,7 +14188,7 @@ Protocol} for @acronym{VoIP, Voice over @acronym{IP,
Internet Protocol}}.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0sv238bq0dhi68ksr3bcl4q44i3ishk5i10c2325qz879f92sshk"))
+ "1lr5imma2l2gh7z74y2f9c6k3k9pk85cvdr8vg0vs2wkwxlfl77v"))
(snippet
#~(begin
(use-modules (guix build utils))
@@ -14212,7 +14212,7 @@ Protocol} for @acronym{VoIP, Voice over @acronym{IP,
Internet Protocol}}.")
(("\\(new OnboardingDialog \\(main_window\\)\\).present
\\(\\);")
"// Skip the onboarding dialog")))))))
(inputs
- (list gtk+ gtk-frdp gtk-vnc libhandy libsecret libxml2))
+ (list gtk+ gtk-frdp-for-gnome-connections gtk-vnc libhandy libsecret
libxml2))
(native-inputs
(list gettext-minimal
`(,glib "bin")