summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/gnome.scm11
1 files changed, 4 insertions, 7 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0b8a73b93b3..e459c9ad4a2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12571,7 +12571,7 @@ functionality.")
12571(define-public gthumb 12571(define-public gthumb
12572 (package 12572 (package
12573 (name "gthumb") 12573 (name "gthumb")
12574 (version "3.12.4") 12574 (version "3.12.10")
12575 (source (origin 12575 (source (origin
12576 (method url-fetch) 12576 (method url-fetch)
12577 (uri (string-append "mirror://gnome/sources/gthumb/" 12577 (uri (string-append "mirror://gnome/sources/gthumb/"
@@ -12579,7 +12579,7 @@ functionality.")
12579 "gthumb-" version ".tar.xz")) 12579 "gthumb-" version ".tar.xz"))
12580 (sha256 12580 (sha256
12581 (base32 12581 (base32
12582 "1s4lqy883s296mbh4fywd1l3z79811ia00xs57c316pb1an97mmd")))) 12582 "0xac51s5bck5hqf8n2i2fi7l236rwcd9awqvk3bvavydad3388ij"))))
12583 (build-system meson-build-system) 12583 (build-system meson-build-system)
12584 (arguments 12584 (arguments
12585 (list 12585 (list
@@ -12599,10 +12599,7 @@ functionality.")
12599 pkg-config 12599 pkg-config
12600 python)) 12600 python))
12601 (inputs 12601 (inputs
12602 (list clutter 12602 (list colord
12603 clutter-gst
12604 clutter-gtk
12605 colord
12606 exiv2 12603 exiv2
12607 gsettings-desktop-schemas 12604 gsettings-desktop-schemas
12608 gstreamer 12605 gstreamer
@@ -12613,7 +12610,7 @@ functionality.")
12613 (librsvg-for-system) 12610 (librsvg-for-system)
12614 libtiff 12611 libtiff
12615 libwebp)) 12612 libwebp))
12616 (home-page "https://wiki.gnome.org/Apps/Gthumb") 12613 (home-page "https://gitlab.gnome.org/GNOME/gthumb")
12617 (synopsis "GNOME image viewer and browser") 12614 (synopsis "GNOME image viewer and browser")
12618 (description "GThumb is an image viewer, browser, organizer, editor and 12615 (description "GThumb is an image viewer, browser, organizer, editor and
12619advanced image management tool") 12616advanced image management tool")