guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: perl-image-exiftool: Update to 11.01.


From: Leo Famulari
Subject: 01/01: gnu: perl-image-exiftool: Update to 11.01.
Date: Thu, 28 Jun 2018 14:47:19 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 6acdfa96f784977fb7607529e1b6893505c521bf
Author: Leo Famulari <address@hidden>
Date:   Thu Jun 28 14:43:15 2018 -0400

    gnu: perl-image-exiftool: Update to 11.01.
    
    * gnu/packages/photo.scm (perl-image-exiftool): Update to 11.01.
---
 gnu/packages/photo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 99bc90e..b5b56b5 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -184,7 +184,7 @@ MTP, and much more.")
 (define-public perl-image-exiftool
   (package
     (name "perl-image-exiftool")
-    (version "10.80")
+    (version "11.01")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -192,7 +192,7 @@ MTP, and much more.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "14rwr5wk2snqv4yva6fax1gfsdv88941n237m0wyzn3n0xh9dy5w"))))
+                "175w34n73mypdpbaqj2vgqsfp59yvfrn8k7zmx4cawnp895bypvh"))))
     (build-system perl-build-system)
     (arguments
      '(#:phases



reply via email to

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