diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-28 17:15:20 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-28 17:16:40 +0200 |
commit | f99bc1af54816ebcec1efc3be6b104e010840f50 (patch) | |
tree | b9e6500762a8d2191f09694c50de66a8f35887e8 /gnu/packages/gnome.scm | |
parent | 348d8e446fbc8f5c9a51a081047de72d735a2a8a (diff) | |
download | guix-f99bc1af54816ebcec1efc3be6b104e010840f50.tar guix-f99bc1af54816ebcec1efc3be6b104e010840f50.tar.gz |
gnu: gthumb: Update to 3.8.1.
* gnu/packages/gnome.scm (gthumb): Update to 3.8.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 a88b4d019d..cda5dfcdd3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8172,7 +8172,7 @@ functionality.") (define-public gthumb (package (name "gthumb") - (version "3.8.0") + (version "3.8.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gthumb/" @@ -8180,7 +8180,7 @@ functionality.") "gthumb-" version ".tar.xz")) (sha256 (base32 - "1l2s1facq1r6yvqjqc34aqfzlvb3nhkhn79xisxbbdlgrrxdq52f")))) + "184zn79w4s9y1zy42ar31p3jsg8rmkxy8k6iry51nz8aizbcs7jb")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |