diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-04 16:09:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-04 16:09:03 +0200 |
commit | 8ff0d32df6fb012db0a32bc253f7bcd63a2113d2 (patch) | |
tree | 43da05cd7a7c1c4838062604111cbd82c45d4cbc /gnu | |
parent | 9432c40f8d447b3b86629bcb8a606f7454180c2d (diff) |
gnu: gthumb: Update to 3.10.3.
* gnu/packages/gnome.scm (gthumb): Update to 3.10.3.
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 aba12d0575..265477a54d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10838,7 +10838,7 @@ functionality.") (define-public gthumb (package (name "gthumb") - (version "3.10.2") + (version "3.10.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gthumb/" @@ -10846,7 +10846,7 @@ functionality.") "gthumb-" version ".tar.xz")) (sha256 (base32 - "14sw8d37g1lkp44dwsgyxjjsgh5pnpp4wq00mcy9p3rp30lf9spx")))) + "04n2sgasc03kiczyzkq362pjilj12hq2r5qj07lynqr9rivkzdys")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |