gnu: gexiv2: Update to 0.10.8.

* gnu/packages/gnome.scm (gexiv2): Update to 0.10.8.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-23 17:55:47 +01:00
parent a26040c5ee
commit d4297f71c6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4394,7 +4394,7 @@ (define-public libgee
(define-public gexiv2
(package
(name "gexiv2")
(version "0.10.7")
(version "0.10.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -4402,7 +4402,7 @@ (define-public gexiv2
name "-" version ".tar.xz"))
(sha256
(base32
"1f7312zygw77ml37i5qilhfvmjm59dn753ax71rcb2jm1p76vgcb"))))
"0088m7p044n741ly1m6i7w25z513h9wpgyw0rmx5f0sy3vyjiic1"))))
(build-system meson-build-system)
(native-inputs
`(("glib" ,glib "bin")