gnu: exiv2: Update to 0.27.5.
* gnu/packages/image.scm (exiv2): Update to 0.27.5.
This commit is contained in:
parent
cc6f0354e2
commit
f03fa7f9b0
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Reference in a new issue