diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-04-26 09:57:34 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-04-26 09:58:30 +0200 |
commit | 5fa88cc4663bab79d7209125cea412f851fdd6dc (patch) | |
tree | f4b6fad402c440495eb535776c01ca93555009f4 /gnu/packages/gnome.scm | |
parent | c7fc414e1ee3f5a0fe83b765a56195cef0ac550c (diff) | |
download | guix-5fa88cc4663bab79d7209125cea412f851fdd6dc.tar guix-5fa88cc4663bab79d7209125cea412f851fdd6dc.tar.gz |
gnu: gnome-disk-utility: Update to 3.28.1.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.28.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 0311621cc0..41b77df141 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -533,7 +533,7 @@ and keep up to date translations of documentation.") (define-public gnome-disk-utility (package (name "gnome-disk-utility") - (version "3.26.2") + (version "3.28.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -541,7 +541,7 @@ and keep up to date translations of documentation.") name "-" version ".tar.xz")) (sha256 (base32 - "1wjnw9hpjqyhrr116491rfzd0837g6jqvzq2z1ndx2sdqv19caxa")))) + "09dmknfas8iifv6k5jb4a9ag57s8awrn0f26fd1qlg0mbfjlnfd6")))) (build-system meson-build-system) (native-inputs `(("glib:bin" ,glib "bin") |