gnu: exiv2: Update to 0.26.

* gnu/packages/image.scm (exiv2): Update to 0.26.
[source]: Add new download location.
master
Marius Bakke 2017-06-09 21:07:44 +02:00
parent 75cc8fe9ea
commit f66ea7b8de
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 3 deletions

View File

@ -881,16 +881,18 @@ channels.")
(define-public exiv2
(package
(name "exiv2")
(version "0.25")
(version "0.26")
(source (origin
(method url-fetch)
(uri (list (string-append "http://www.exiv2.org/exiv2-"
(uri (list (string-append "http://www.exiv2.org/builds/exiv2-"
version "-trunk.tar.gz")
(string-append "http://www.exiv2.org/exiv2-"
version ".tar.gz")
(string-append "https://fossies.org/linux/misc/exiv2-"
version ".tar.gz")))
(sha256
(base32
"197g6vgcpyf9p2cwn5p5hb1r714xsk1v4p96f5pv1z8mi9vzq2y8"))))
"1hsdzlzgkipprqh93yj81mrckl2l7c2mn2i84691pallnjz5qqhc"))))
(build-system gnu-build-system)
(arguments '(#:tests? #f)) ; no `check' target
(propagated-inputs