gnu: gexiv2: Update to 0.10.4.

* gnu/packages/gnome.scm (gexiv2): Update to 0.10.4.
This commit is contained in:
Tobias Geerinckx-Rice 2016-08-17 19:04:55 +02:00
parent 1daac1e488
commit 2456d97bf6
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -3811,7 +3811,7 @@ classes for commonly used data structures.")
(define-public gexiv2
(package
(name "gexiv2")
(version "0.10.3")
(version "0.10.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -3819,7 +3819,7 @@ classes for commonly used data structures.")
name "-" version ".tar.xz"))
(sha256
(base32
"121r5lv6l82pjr0ycdf2b01mdwy7sxwca2r068zrzylpc6bgn31r"))))
"190www3b61spfgwx42jw8h5hsz2996jcxky48k63468avjpk33dd"))))
(build-system gnu-build-system)
(native-inputs
`(("glib" ,glib "bin")