guix-commits
[Top][All Lists]
Advanced

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

02/13: gnu: perl-image-exiftool: Update to 11.31.


From: guix-commits
Subject: 02/13: gnu: perl-image-exiftool: Update to 11.31.
Date: Mon, 11 Mar 2019 08:26:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 130c12c9b9a61ec6863307c55cf7685527684b7e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 11 10:34:44 2019 +0100

    gnu: perl-image-exiftool: Update to 11.31.
    
    * gnu/packages/photo.scm (perl-image-exiftool): Update to 11.31.
---
 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 88b9ea0..ec693d7 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -207,7 +207,7 @@ MTP, and much more.")
 (define-public perl-image-exiftool
   (package
     (name "perl-image-exiftool")
-    (version "11.11")
+    (version "11.31")
     (source
      (origin
        (method url-fetch)
@@ -218,7 +218,7 @@ MTP, and much more.")
              (string-append "https://www.sno.phy.queensu.ca/~phil/exiftool/";
                             "Image-ExifTool-" version ".tar.gz")))
        (sha256
-        (base32 "1szg1k82nz88pp5n7lg71ja7q3hh5i5f9bcbb7m482dwrmsywkp6"))))
+        (base32 "1kplb7hvhrhqxkr4ddc44q7a3fs0r8svv2jlh325nwkfi7aa5kz5"))))
     (build-system perl-build-system)
     (arguments
      '(#:phases



reply via email to

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