summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorRutger Helling <rhelling@mykolab.com>2018-06-06 14:30:38 +0200
committerRutger Helling <rhelling@mykolab.com>2018-06-06 14:39:23 +0200
commitf9036105e601cf4746eaefccd7415bf94c0ae27d (patch)
tree74b090b775df90e8b40defa42ae751b5c706283c /gnu/packages/gnome.scm
parent9cf329aeccdcabf84274bb3c9bac65813770bd9c (diff)
downloadguix-patches-f9036105e601cf4746eaefccd7415bf94c0ae27d.tar
guix-patches-f9036105e601cf4746eaefccd7415bf94c0ae27d.tar.gz
gnu: gnome-disk-utility: Update to 3.28.3.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.28.3.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 078d989bf3..330030da1b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -535,7 +535,7 @@ and keep up to date translations of documentation.")
(define-public gnome-disk-utility
(package
(name "gnome-disk-utility")
- (version "3.28.2")
+ (version "3.28.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -543,7 +543,7 @@ and keep up to date translations of documentation.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1j3l4b1prbnixzy6srvcsjfg1dx5nqys2lmygm31ygfdq7svp3m6"))))
+ "11ajz4cbsdns81kihd6242b6pwxbw8bkr9qqkf4qnb4kp363a38m"))))
(build-system meson-build-system)
(native-inputs
`(("glib:bin" ,glib "bin")