summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-28 17:15:20 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-28 17:16:40 +0200
commitf99bc1af54816ebcec1efc3be6b104e010840f50 (patch)
treeb9e6500762a8d2191f09694c50de66a8f35887e8
parent348d8e446fbc8f5c9a51a081047de72d735a2a8a (diff)
downloadguix-f99bc1af54816ebcec1efc3be6b104e010840f50.tar.gz
gnu: gthumb: Update to 3.8.1.
* gnu/packages/gnome.scm (gthumb): Update to 3.8.1.
-rw-r--r--gnu/packages/gnome.scm4
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