gnu: gexiv2: Update to 0.12.1.

* gnu/packages/gnome.scm (gexiv2): Update to 0.12.1.
This commit is contained in:
Marius Bakke 2020-06-29 20:16:19 +02:00
parent 4a98675381
commit efc396ef3d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5802,7 +5802,7 @@ (define-public libgee
(define-public gexiv2
(package
(name "gexiv2")
(version "0.12.0")
(version "0.12.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -5810,7 +5810,7 @@ (define-public gexiv2
name "-" version ".tar.xz"))
(sha256
(base32
"0slj5yj8c90l9pp5i3z74x5r3r4da0xfmbzkfq5k0dkg72q3kxaq"))))
"0xxxq8xdkgkn146my307jgws4qgxx477h0ybg1mqza1ycmczvsla"))))
(build-system meson-build-system)
(native-inputs
`(("gcr" ,gcr)