diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-07-24 21:55:43 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-12-07 14:04:12 -0500 |
commit | e106d0a644d4ae5edc6817c6903ba1d43e2681d2 (patch) | |
tree | 360390c0f9d8687dfbcb722c4b4e165ce016fd6b /gnu/packages | |
parent | 083cffaf3a1a39a1fd0e328e04d429883b03eecf (diff) | |
download | patches-e106d0a644d4ae5edc6817c6903ba1d43e2681d2.tar patches-e106d0a644d4ae5edc6817c6903ba1d43e2681d2.tar.gz |
gnu: gnome-disk-utility: Update to 3.32.1.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.32.1.
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 c53817dc80..aa88e94bb6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -577,7 +577,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 "/" @@ -585,7 +585,7 @@ and keep up to date translations of documentation.") name "-" version ".tar.xz")) (sha256 (base32 - "1365fabz3q7n3bl775z82m1nzg18birxxyd7l2ssbbkqrx3h7wgi")))) + "08vwbji9m1nhjjdiyhhaqi8cncys7i89b4bpy095f8475v8y05bg")))) (build-system meson-build-system) (arguments '(#:phases |