mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: perl-image-exiftool: Update to 10.40.
* gnu/packages/photo.scm (perl-image-exiftool): Update to 10.40. [synopsis, description]: Mention more capabilities.
This commit is contained in:
parent
265afbdfe7
commit
ae6591efa5
1 changed files with 6 additions and 6 deletions
|
@ -163,7 +163,7 @@ (define-public gphoto2
|
||||||
(define-public perl-image-exiftool
|
(define-public perl-image-exiftool
|
||||||
(package
|
(package
|
||||||
(name "perl-image-exiftool")
|
(name "perl-image-exiftool")
|
||||||
(version "10.20")
|
(version "10.40")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -171,7 +171,7 @@ (define-public perl-image-exiftool
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0akdnxvb23ibcwa63ncibaj5m5k56cb34x8gy90z9lqcjl0f4sph"))))
|
"1p05d9k94win8a24cr7lsllb6wjl3dagsmdbcxzv6f68z7i1jdly"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (alist-cons-after
|
'(#:phases (alist-cons-after
|
||||||
|
@ -186,10 +186,10 @@ (define-public perl-image-exiftool
|
||||||
`("PERL5LIB" prefix (,lib)))))
|
`("PERL5LIB" prefix (,lib)))))
|
||||||
%standard-phases)))
|
%standard-phases)))
|
||||||
(home-page "http://search.cpan.org/dist/Image-ExifTool")
|
(home-page "http://search.cpan.org/dist/Image-ExifTool")
|
||||||
(synopsis "Program and Perl library to manipulate EXIF tags")
|
(synopsis "Program and Perl library to manipulate EXIF and other metadata")
|
||||||
(description
|
(description "This package provides the @code{exiftool} command and the
|
||||||
"This package provides the 'exiftool' command and the 'Image::ExifTool'
|
@code{Image::ExifTool} Perl library to manipulate EXIF tags of digital images
|
||||||
Perl library to manipulate EXIF tags of digital images.")
|
and a wide variety of other metadata.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public libpano13
|
(define-public libpano13
|
||||||
|
|
Loading…
Reference in a new issue