diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-11 10:34:44 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-11 13:25:12 +0100 |
commit | 130c12c9b9a61ec6863307c55cf7685527684b7e (patch) | |
tree | c5547d24ecfde2c5644c95180f6e4e147f5b9eb2 /gnu/packages/photo.scm | |
parent | 0234f4af2709baa62822a84d12e543c203922590 (diff) | |
download | patches-130c12c9b9a61ec6863307c55cf7685527684b7e.tar patches-130c12c9b9a61ec6863307c55cf7685527684b7e.tar.gz |
gnu: perl-image-exiftool: Update to 11.31.
* gnu/packages/photo.scm (perl-image-exiftool): Update to 11.31.
Diffstat (limited to 'gnu/packages/photo.scm')
-rw-r--r-- | gnu/packages/photo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 88b9ea023f..ec693d72b3 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 |