[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: perl-image-exiftool: Update to 12.00.
From: |
guix-commits |
Subject: |
branch master updated: gnu: perl-image-exiftool: Update to 12.00. |
Date: |
Tue, 20 Oct 2020 19:23:05 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 022d90c gnu: perl-image-exiftool: Update to 12.00.
022d90c is described below
commit 022d90cd9e1ac145fddb7fe81c8d5f6cf11c4584
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Oct 20 19:13:49 2020 -0400
gnu: perl-image-exiftool: Update to 12.00.
* gnu/packages/photo.scm (perl-image-exiftool): Update to 12.00.
---
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 dbe18a0..5ba6050 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -316,7 +316,7 @@ MTP, and much more.")
(define-public perl-image-exiftool
(package
(name "perl-image-exiftool")
- (version "11.85")
+ (version "12.00")
(source
(origin
(method url-fetch)
@@ -328,7 +328,7 @@ MTP, and much more.")
"Image-ExifTool-" version ".tar.gz")))
(sha256
(base32
- "15zqm0ly2b3paqg0ym44ib2mvh6k18a9q5rvdirwipqa127al2lb"))))
+ "0nl5djf6hs6brnp7qnqvj3xwhj1qnjwcv35ih4yqp2mm9b4jqyfh"))))
(build-system perl-build-system)
(arguments
'(#:phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: perl-image-exiftool: Update to 12.00.,
guix-commits <=