kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 4ada2d4540050cd165dfae7cf9a4478a5e9c51e1
Author: Kei Kebreau <[email protected]>
Date: Wed Jul 24 21:55:43 2019 -0400
gnu: gnome-disk-utility: Update to 3.32.1.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.32.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 e58b8a0..bfdb58a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -573,7 +573,7 @@ and keep up to date translations of documentation.")
(define-public gnome-disk-utility
(package
(name "gnome-disk-utility")
- (version "3.30.2")
+ (version "3.32.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -581,7 +581,7 @@ and keep up to date translations of documentation.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1365fabz3q7n3bl775z82m1nzg18birxxyd7l2ssbbkqrx3h7wgi"))))
+ "08vwbji9m1nhjjdiyhhaqi8cncys7i89b4bpy095f8475v8y05bg"))))
(build-system meson-build-system)
(native-inputs
`(("glib:bin" ,glib "bin")