This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 591b0c7  gnu: perl-image-exiftool: Update to 12.16.
591b0c7 is described below

commit 591b0c758d1df56a75f70fa2fa70ce74a0c3585d
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon May 3 10:23:11 2021 +0300

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

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index c0c8632..e64dbfa 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2014, 2015, 2017, 2019 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2015 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2015, 2017 Andreas Enge <[email protected]>
-;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2017, 2018, 2019, 2021 Efraim Flashner 
<[email protected]>
 ;;; Copyright © 2017 Roel Janssen <[email protected]>
 ;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2018 Leo Famulari <[email protected]>
@@ -318,7 +318,7 @@ MTP, and much more.")
 (define-public perl-image-exiftool
   (package
     (name "perl-image-exiftool")
-    (version "12.00")
+    (version "12.16")
     (source
      (origin
        (method url-fetch)
@@ -330,7 +330,7 @@ MTP, and much more.")
                             "Image-ExifTool-" version ".tar.gz")))
        (sha256
         (base32
-         "0nl5djf6hs6brnp7qnqvj3xwhj1qnjwcv35ih4yqp2mm9b4jqyfh"))))
+         "0skm22b3gg1bfk0amklrprpva41m6mkrhqp0gi7z1nmcf9ypjh61"))))
     (build-system perl-build-system)
     (arguments
      '(#:phases

Reply via email to