diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-21 22:16:54 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-22 00:22:09 +0100 |
commit | 8280676bd610860fdd51aa8e68cf1fc707c856c5 (patch) | |
tree | 970361b0f4276de18294d4d73b022726e75938c7 /gnu | |
parent | b448e4085fc1e8e2a1f95dfa1d81c765ce57d163 (diff) | |
download | patches-8280676bd610860fdd51aa8e68cf1fc707c856c5.tar patches-8280676bd610860fdd51aa8e68cf1fc707c856c5.tar.gz |
gnu: gthumb: Update to 3.8.2.
* gnu/packages/gnome.scm (gthumb): Update to 3.8.2.
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 d8545eaa58..89dc7a3951 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8257,7 +8257,7 @@ functionality.") (define-public gthumb (package (name "gthumb") - (version "3.8.1") + (version "3.8.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gthumb/" @@ -8265,7 +8265,7 @@ functionality.") "gthumb-" version ".tar.xz")) (sha256 (base32 - "184zn79w4s9y1zy42ar31p3jsg8rmkxy8k6iry51nz8aizbcs7jb")))) + "15wqks35ks5dm7zj046dfd45vvrilan2ayfy2sxiprv7q74cip2q")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |