mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: gthumb: Update to 3.10.3.
* gnu/packages/gnome.scm (gthumb): Update to 3.10.3.
This commit is contained in:
parent
9432c40f8d
commit
8ff0d32df6
1 changed files with 2 additions and 2 deletions
|
@ -10838,7 +10838,7 @@ (define-public evolution
|
||||||
(define-public gthumb
|
(define-public gthumb
|
||||||
(package
|
(package
|
||||||
(name "gthumb")
|
(name "gthumb")
|
||||||
(version "3.10.2")
|
(version "3.10.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/gthumb/"
|
(uri (string-append "mirror://gnome/sources/gthumb/"
|
||||||
|
@ -10846,7 +10846,7 @@ (define-public gthumb
|
||||||
"gthumb-" version ".tar.xz"))
|
"gthumb-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14sw8d37g1lkp44dwsgyxjjsgh5pnpp4wq00mcy9p3rp30lf9spx"))))
|
"04n2sgasc03kiczyzkq362pjilj12hq2r5qj07lynqr9rivkzdys"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
|
|
Loading…
Reference in a new issue