[PATCH] gnu: perl-image-exiftool: Update to 12.70.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Mathieu Othacehe
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 1 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20240113200130.167684-1-kiasoc5@disroot.org
* gnu/packages/photo.scm (perl-image-exiftool): Update to 12.70.

Change-Id: If8e26b7e92cb530391cdd1dd12e78b371494a6b3
---
gnu/packages/photo.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 78ae61c799..c1ff860c43 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -303,7 +303,7 @@ (define-public gphoto2
(define-public perl-image-exiftool
(package
(name "perl-image-exiftool")
- (version "12.50")
+ (version "12.70")
(source
(origin
(method url-fetch)
@@ -315,7 +315,7 @@ (define-public perl-image-exiftool
"Image-ExifTool-" version ".tar.gz")))
(sha256
(base32
- "1a605rz00d7p866a22sw0s63m5a6y4xqqrzp7q7jyc0hbky43s5w"))))
+ "1zmg5jsdqmr9mnmxg614brdgr9ddmspcc11rs4xkygnc8lj55cjc"))))
(build-system perl-build-system)
(arguments
(list #:phases

base-commit: 31e736dac29e6f0ff8a2de3f28e210a68684ad21
--
2.39.2
Mathieu Othacehe wrote 1 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 68434-done@debbugs.gnu.org)
87wms7j2gz.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/photo.scm (perl-image-exiftool): Update to 12.70.

Applied, thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 68434@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68434
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help