me
/
guix
Archived
1
0
Fork 0

gnu: gexiv2: Update to 0.12.0.

* gnu/packages/gnome.scm (gexiv2): Update to 0.12.0.
[native-inputs]: Add gcr and vala.
master
Kei Kebreau 2019-07-06 06:35:48 -04:00
parent 7734b4a2d9
commit b1a8b40818
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 6 additions and 4 deletions

View File

@ -4655,7 +4655,7 @@ classes for commonly used data structures.")
(define-public gexiv2 (define-public gexiv2
(package (package
(name "gexiv2") (name "gexiv2")
(version "0.10.10") (version "0.12.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -4663,11 +4663,13 @@ classes for commonly used data structures.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1qbcwq89g4r67k1dj4laqj441pj4195c8hzhxn8vc6mmg8adg6kx")))) "0slj5yj8c90l9pp5i3z74x5r3r4da0xfmbzkfq5k0dkg72q3kxaq"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("glib" ,glib "bin") `(("gcr" ,gcr)
("pkg-config" ,pkg-config))) ("glib" ,glib "bin")
("pkg-config" ,pkg-config)
("vala" ,vala)))
(propagated-inputs (propagated-inputs
;; Listed in "Requires" section of gexiv2.pc ;; Listed in "Requires" section of gexiv2.pc
`(("exiv2" ,exiv2))) `(("exiv2" ,exiv2)))