mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: perl-image-exiftool: Downgrade to 11.30.
* gnu/packages/photo.scm (perl-image-exiftool): Downgrade to 11.30.
This commit is contained in:
parent
9c2e58564f
commit
b89bb804fe
1 changed files with 5 additions and 2 deletions
|
@ -204,10 +204,13 @@ (define-public gphoto2
|
|||
;; Files are typically under LGPLv2+, but 'COPYING' says GPLv2+.
|
||||
(license license:gpl2+)))
|
||||
|
||||
;; Note: See <https://metacpan.org/pod/Image::ExifTool> for the latest
|
||||
;; release. The versions at <https://www.sno.phy.queensu.ca/~phil/exiftool/>
|
||||
;; are not meant for production use according to the Changes file.
|
||||
(define-public perl-image-exiftool
|
||||
(package
|
||||
(name "perl-image-exiftool")
|
||||
(version "11.31")
|
||||
(version "11.30")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -218,7 +221,7 @@ (define-public perl-image-exiftool
|
|||
(string-append "https://www.sno.phy.queensu.ca/~phil/exiftool/"
|
||||
"Image-ExifTool-" version ".tar.gz")))
|
||||
(sha256
|
||||
(base32 "1kplb7hvhrhqxkr4ddc44q7a3fs0r8svv2jlh325nwkfi7aa5kz5"))))
|
||||
(base32 "0vkjb2c1a3jdlq8rx1jywx4p3f1bmgjn7rzfwx6dxgij2lx76lrs"))))
|
||||
(build-system perl-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue