gnu: exiv2: Update source url.

* gnu/packages/geeqie.scm (exiv2)[source]: Update url.
This commit is contained in:
Efraim Flashner 2016-07-24 21:17:04 +03:00
parent 99fe215cc1
commit 04c828c4fb
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 4 additions and 2 deletions

View File

@ -37,8 +37,10 @@
(version "0.25")
(source (origin
(method url-fetch)
(uri (string-append "http://www.exiv2.org/exiv2-"
version ".tar.gz"))
(uri (list (string-append "http://www.exiv2.org/exiv2-"
version ".tar.gz")
(string-append "https://fossies.org/linux/misc/exiv2-"
version ".tar.gz")))
(sha256
(base32
"197g6vgcpyf9p2cwn5p5hb1r714xsk1v4p96f5pv1z8mi9vzq2y8"))))