gnu: perl-image-exiftool: Update to 10.20.
* gnu/packages/photo.scm (perl-image-exiftool): Update to 10.20. [home-page]: Update it.
This commit is contained in:
parent
cf4a71322b
commit
67abcc05ba
|
@ -162,7 +162,7 @@ MTP, and much more.")
|
||||||
(define-public perl-image-exiftool
|
(define-public perl-image-exiftool
|
||||||
(package
|
(package
|
||||||
(name "perl-image-exiftool")
|
(name "perl-image-exiftool")
|
||||||
(version "9.70")
|
(version "10.20")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -170,7 +170,7 @@ MTP, and much more.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"074yxjgy50iacnjakdvac37wvrzrqmabkn0nzk0n70y3hssli7d5"))))
|
"0akdnxvb23ibcwa63ncibaj5m5k56cb34x8gy90z9lqcjl0f4sph"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (alist-cons-after
|
'(#:phases (alist-cons-after
|
||||||
|
@ -184,8 +184,7 @@ MTP, and much more.")
|
||||||
(wrap-program (string-append out "/bin/exiftool")
|
(wrap-program (string-append out "/bin/exiftool")
|
||||||
`("PERL5LIB" prefix (,lib)))))
|
`("PERL5LIB" prefix (,lib)))))
|
||||||
%standard-phases)))
|
%standard-phases)))
|
||||||
(home-page
|
(home-page "http://search.cpan.org/dist/Image-ExifTool")
|
||||||
"http://search.cpan.org/~exiftool/Image-ExifTool-9.70/lib/Image/ExifTool.pod")
|
|
||||||
(synopsis "Program and Perl library to manipulate EXIF tags")
|
(synopsis "Program and Perl library to manipulate EXIF tags")
|
||||||
(description
|
(description
|
||||||
"This package provides the 'exiftool' command and the 'Image::ExifTool'
|
"This package provides the 'exiftool' command and the 'Image::ExifTool'
|
||||||
|
|
Loading…
Reference in New Issue