mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: exiv2: Update to 0.26.
* gnu/packages/image.scm (exiv2): Update to 0.26. [source]: Add new download location.
This commit is contained in:
parent
75cc8fe9ea
commit
f66ea7b8de
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue