guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: exiv2: Update to 0.26.


From: Marius Bakke
Subject: 02/02: gnu: exiv2: Update to 0.26.
Date: Sun, 11 Jun 2017 09:43:39 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f66ea7b8de91ef95a1119e052045668ef67f11a9
Author: Marius Bakke <address@hidden>
Date:   Fri Jun 9 21:07:44 2017 +0200

    gnu: exiv2: Update to 0.26.
    
    * gnu/packages/image.scm (exiv2): Update to 0.26.
    [source]: Add new download location.
---
 gnu/packages/image.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index f6337e0..abac17d 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]