lilyp pushed a commit to branch gnome-team
in repository guix.
commit 9ef596535c71b26326d7a8213e41e21ca4a6914b
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:07 2025 +0100
gnu: gnome-disk-utility: Update to 46.1.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 46.1.
---
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 353a433e6a..3c44a33d94 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2365,7 +2365,7 @@ The gnome-about program helps find which version of GNOME
is installed.")
(define-public gnome-disk-utility
(package
(name "gnome-disk-utility")
- (version "46.0")
+ (version "46.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -2373,7 +2373,7 @@ The gnome-about program helps find which version of GNOME
is installed.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0zcm0qfq40d0y84lm49d3jqhb4ji9qxf9grfmkqp2rvdiha4jij6"))))
+ "1zmzkfwg1gvqz16i2lplnvi5yhq5f1617jj9wgxbqw2dl0wr8kn2"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dlogind=libelogind")