1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-11 16:24:05 +02:00

gnu: perl-image-exiftool: Update to 11.85.

* gnu/packages/photo.scm (perl-image-exiftool): Update to 11.85.
This commit is contained in:
Leo Famulari
2020-02-20 15:17:19 -05:00
parent 0dc1f651a8
commit cbfa8bb313
+3 -2
View File
@@ -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