guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: exiv2: Update to 0.27.2.


From: guix-commits
Subject: 02/07: gnu: exiv2: Update to 0.27.2.
Date: Sun, 4 Aug 2019 12:02:24 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit febbe431554e7f010b43f80fa0273b4122cec343
Author: Marius Bakke <address@hidden>
Date:   Sun Aug 4 16:21:43 2019 +0200

    gnu: exiv2: Update to 0.27.2.
    
    * gnu/packages/image.scm (exiv2): Update to 0.27.2.
---
 gnu/packages/image.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 3e5eae4..d4273c6 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1108,14 +1108,14 @@ channels.")
 (define-public exiv2
   (package
     (name "exiv2")
-    (version "0.27.1")
+    (version "0.27.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.exiv2.org/builds/exiv2-"; version
                            "-Source.tar.gz"))
        (sha256
-        (base32 "109hbfk63dh14fz20ivq20gcclb9jj9jmh48w4lcn6zxh1ljh9gi"))))
+        (base32 "0gqminvj14xm3rgbnydbywf22608js80rp7nmxxk4497j5mzali6"))))
     (build-system cmake-build-system)
     (arguments '(#:tests? #f))          ; no test suite
     (propagated-inputs



reply via email to

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