diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-24 19:21:53 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-02 10:54:24 +0000 |
commit | b8aa7bf67ea2385020922822c81ececd5684af4c (patch) | |
tree | f2ab588c352dd4c7a21c5c37f963a416022cbb13 /gnu | |
parent | f5acb8198aa75dac09ee3d40762b72e664978aae (diff) | |
download | guix-b8aa7bf67ea2385020922822c81ececd5684af4c.tar guix-b8aa7bf67ea2385020922822c81ececd5684af4c.tar.gz |
gnu: file-roller: Update to 3.40.0.
* gnu/packages/gnome.scm (file-roller): Update to 3.40.0.
Diffstat (limited to 'gnu')
-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 be9b37ce18..d78cd28480 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7090,7 +7090,7 @@ share them with others via social networking and more.") (define-public file-roller (package (name "file-roller") - (version "3.38.0") + (version "3.40.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/file-roller/" @@ -7098,7 +7098,7 @@ share them with others via social networking and more.") "file-roller-" version ".tar.xz")) (sha256 (base32 - "06ikvjjcgb8nxabkn2rywy76a1c7s6w8dszaxvaxldbxarp1qgbj")))) + "039w1dcpa5ypmv6sm634alk9vbcdkyvy595vkh5gn032jsiqca2a")))) (build-system meson-build-system) (native-inputs `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database |