guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 2a2d5e18fe45ff4f84a83463caf0875d30c35c29
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:23 2025 +0900
gnu: gnome-connections: Update to 48.0.
* gnu/packages/gnome.scm (gnome-connections): Update to 48.0.
Change-Id: I9e6dba61d5c28655a887576f9f6538fa6ac06def
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3834a1a2a8..80c8990773 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -14318,7 +14318,7 @@ you to mark favorite talks and highlights conflicts
between favorited talks.")
(define-public gnome-connections
(package
(name "gnome-connections")
- (version "46.0")
+ (version "48.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -14326,7 +14326,7 @@ you to mark favorite talks and highlights conflicts
between favorited talks.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1lr5imma2l2gh7z74y2f9c6k3k9pk85cvdr8vg0vs2wkwxlfl77v"))
+ "1l4z531p9mjv731wz0sz53addl93nab9gjxpyb32cmvba10gj3ip"))
(snippet
#~(begin
(use-modules (guix build utils))