guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 2aad05c5efe6da8fb9c27b421dccc7b27b2a27ba
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 c1d809c92e..8734daf63d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -14338,7 +14338,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 "/"
@@ -14346,7 +14346,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))