Archived
1
0
Fork 0

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 @@ channels.")
(define-public exiv2 (define-public exiv2
(package (package
(name "exiv2") (name "exiv2")
(version "0.27.4") (version "0.27.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.exiv2.org/builds/exiv2-" version (uri (string-append "https://www.exiv2.org/builds/exiv2-" version
"-Source.tar.gz")) "-Source.tar.gz"))
(sha256 (sha256
(base32 "0klhxkxvkzzzcqpzv8jb56pykq0gyhb6rk9vc2kzjahngjx6sdl4")))) (base32 "1qm6bvj28l42km009nc60gffn1qhngc0m2wjlhf90si3mcc8d99m"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:test-target "tests" '(#:test-target "tests"