me
/
guix
Archived
1
0
Fork 0

gnu: gexiv2: Update to 0.10.8.

* gnu/packages/gnome.scm (gexiv2): Update to 0.10.8.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -4394,7 +4394,7 @@ classes for commonly used data structures.")
(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 @@ classes for commonly used data structures.")
name "-" version ".tar.xz"))
(sha256
(base32
"1f7312zygw77ml37i5qilhfvmjm59dn753ax71rcb2jm1p76vgcb"))))
"0088m7p044n741ly1m6i7w25z513h9wpgyw0rmx5f0sy3vyjiic1"))))
(build-system meson-build-system)
(native-inputs
`(("glib" ,glib "bin")