[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: gthumb: Update to 3.10.3.
From: |
guix-commits |
Subject: |
03/05: gnu: gthumb: Update to 3.10.3. |
Date: |
Tue, 4 May 2021 10:15:04 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 8ff0d32df6fb012db0a32bc253f7bcd63a2113d2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue May 4 16:09:03 2021 +0200
gnu: gthumb: Update to 3.10.3.
* gnu/packages/gnome.scm (gthumb): Update to 3.10.3.
---
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 aba12d0..265477a 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