[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: perl-image-exiftool: Update to 11.85.
From: |
guix-commits |
Subject: |
01/02: gnu: perl-image-exiftool: Update to 11.85. |
Date: |
Thu, 20 Feb 2020 16:30:47 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit cbfa8bb313afe98bbc097e664fadc5ce6399ef14
Author: Leo Famulari <address@hidden>
AuthorDate: Thu Feb 20 15:17:19 2020 -0500
gnu: perl-image-exiftool: Update to 11.85.
* gnu/packages/photo.scm (perl-image-exiftool): Update to 11.85.
---
gnu/packages/photo.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 3542a25..4688629 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -211,7 +211,7 @@ MTP, and much more.")
(define-public perl-image-exiftool
(package
(name "perl-image-exiftool")
- (version "11.30")
+ (version "11.85")
(source
(origin
(method url-fetch)
@@ -222,7 +222,8 @@ MTP, and much more.")
(string-append "https://www.sno.phy.queensu.ca/~phil/exiftool/"
"Image-ExifTool-" version ".tar.gz")))
(sha256
- (base32 "0vkjb2c1a3jdlq8rx1jywx4p3f1bmgjn7rzfwx6dxgij2lx76lrs"))))
+ (base32
+ "15zqm0ly2b3paqg0ym44ib2mvh6k18a9q5rvdirwipqa127al2lb"))))
(build-system perl-build-system)
(arguments
'(#:phases