gnu: exiv2: Update to 0.27.5.

* gnu/packages/image.scm (exiv2): Update to 0.27.5.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-23 01:01:54 +02:00
parent cc6f0354e2
commit f03fa7f9b0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1346,14 +1346,14 @@ (define-public libmng
(define-public exiv2
(package
(name "exiv2")
(version "0.27.4")
(version "0.27.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.exiv2.org/builds/exiv2-" version
"-Source.tar.gz"))
(sha256
(base32 "0klhxkxvkzzzcqpzv8jb56pykq0gyhb6rk9vc2kzjahngjx6sdl4"))))
(base32 "1qm6bvj28l42km009nc60gffn1qhngc0m2wjlhf90si3mcc8d99m"))))
(build-system cmake-build-system)
(arguments
'(#:test-target "tests"