diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-11-02 09:36:54 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-12-07 14:04:15 -0500 |
commit | 2b01919943825852b3fd139535d2a3dec4e70f8d (patch) | |
tree | 4f611cf1740e1608f870af8c023e674fea9b7cf2 /gnu/packages/gnome.scm | |
parent | 606803654c7611d1a195a74c9944ba70dec082f3 (diff) | |
download | guix-2b01919943825852b3fd139535d2a3dec4e70f8d.tar guix-2b01919943825852b3fd139535d2a3dec4e70f8d.tar.gz |
gnu: file-roller: Update to 3.32.2.
* gnu/packages/gnome.scm (file-roller): Update to 3.32.2.
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 d818a7b933..258d696fc7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5070,7 +5070,7 @@ share them with others via social networking and more.") (define-public file-roller (package (name "file-roller") - (version "3.32.1") + (version "3.32.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -5078,7 +5078,7 @@ share them with others via social networking and more.") name "-" version ".tar.xz")) (sha256 (base32 - "0irm72cf8222h93skivn0nn0ckahiiiimy4rb9r3ccjvhi3hiaqw")))) + "0w8s6hakgsvb2nqwbv0lr8ki4cbf1pz5z3qwkb0b2k7ppbh7j2n6")))) (build-system meson-build-system) (native-inputs `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database |