guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 2a216d2c5cd046ca9fe85732a3de41989bdce15b
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:19 2025 +0900
gnu: gnome-desktop: Update to 44.3.
* gnu/packages/gnome.scm (gnome-desktop): Update to 44.3.
Change-Id: Id5cd273d0c13d5995ab86f4ffa9da5ee03760b87
---
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 a913a74de0..14df1d2b4d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2179,7 +2179,7 @@ offline sources, providing a centralized place for
managing your contacts.")
(define-public gnome-desktop
(package
(name "gnome-desktop")
- (version "44.0")
+ (version "44.3")
(source
(origin
(method url-fetch)
@@ -2188,7 +2188,7 @@ offline sources, providing a centralized place for
managing your contacts.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0hlxqprraiwnccf98dykbhx80j31c3scdi7i3jy19fl4bms77is2"))))
+ "13agiybpaaan7fmiqcqgw8sxrs9j3rkp0gbs4bczxvshinmakvs0"))))
(build-system meson-build-system)
(arguments
'(#:phases