diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-12-04 05:07:14 +0100 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-06-20 23:24:34 -0400 |
commit | 0dd65d5a0ab462ef49653e8ccdecf9ed795f1f1c (patch) | |
tree | e21fd4ccaa4593c07fce028855cc01282d62badd /gnu/packages | |
parent | 3387ee41ac1469200db3cf7f914285905024e871 (diff) | |
download | guix-0dd65d5a0ab462ef49653e8ccdecf9ed795f1f1c.tar.gz |
gnu: gnome-disk-utility: Update to 3.30.2.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.30.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 32f70b1394..44b81e67c3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -556,7 +556,7 @@ and keep up to date translations of documentation.") (define-public gnome-disk-utility (package (name "gnome-disk-utility") - (version "3.28.3") + (version "3.30.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -564,7 +564,7 @@ and keep up to date translations of documentation.") name "-" version ".tar.xz")) (sha256 (base32 - "11ajz4cbsdns81kihd6242b6pwxbw8bkr9qqkf4qnb4kp363a38m")))) + "1365fabz3q7n3bl775z82m1nzg18birxxyd7l2ssbbkqrx3h7wgi")))) (build-system meson-build-system) (native-inputs `(("glib:bin" ,glib "bin") |