guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: gthumb: Update to 3.8.1.


From: guix-commits
Subject: 07/08: gnu: gthumb: Update to 3.8.1.
Date: Sat, 28 Sep 2019 11:36:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f99bc1af54816ebcec1efc3be6b104e010840f50
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Sep 28 17:15:20 2019 +0200

    gnu: gthumb: Update to 3.8.1.
    
    * gnu/packages/gnome.scm (gthumb): Update to 3.8.1.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a88b4d0..cda5dfc 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]