guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: gthumb: Update to 3.8.2.


From: guix-commits
Subject: 03/11: gnu: gthumb: Update to 3.8.2.
Date: Thu, 21 Nov 2019 18:22:28 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8280676bd610860fdd51aa8e68cf1fc707c856c5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Nov 21 22:16:54 2019 +0100

    gnu: gthumb: Update to 3.8.2.
    
    * gnu/packages/gnome.scm (gthumb): Update to 3.8.2.
---
 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 d8545ea..89dc7a3 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



reply via email to

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