Skip to content
Snippets Groups Projects
Unverified Commit f66ea7b8 authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: exiv2: Update to 0.26.

* gnu/packages/image.scm (exiv2): Update to 0.26.
[source]: Add new download location.
parent 75cc8fe9
No related branches found
No related tags found
No related merge requests found
...@@ -881,16 +881,18 @@ (define-public libmng ...@@ -881,16 +881,18 @@ (define-public libmng
(define-public exiv2 (define-public exiv2
(package (package
(name "exiv2") (name "exiv2")
(version "0.25") (version "0.26")
(source (origin (source (origin
(method url-fetch) (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") version ".tar.gz")
(string-append "https://fossies.org/linux/misc/exiv2-" (string-append "https://fossies.org/linux/misc/exiv2-"
version ".tar.gz"))) version ".tar.gz")))
(sha256 (sha256
(base32 (base32
"197g6vgcpyf9p2cwn5p5hb1r714xsk1v4p96f5pv1z8mi9vzq2y8")))) "1hsdzlzgkipprqh93yj81mrckl2l7c2mn2i84691pallnjz5qqhc"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments '(#:tests? #f)) ; no `check' target (arguments '(#:tests? #f)) ; no `check' target
(propagated-inputs (propagated-inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment