about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaka Hudoklin <offlinehacker@users.noreply.github.com>2019-02-16 13:10:25 +0100
committerGitHub <noreply@github.com>2019-02-16 13:10:25 +0100
commit405f194c119547b3daf13ee73130acdc8128a563 (patch)
tree8356958e2c87d2a7e3265078a70131e5d53738b8
parent7e1fc7d0a35343a149c5d07c271ac6f156513bd2 (diff)
parent995b9615250edb87dc453f0d67bc79f8c81488fe (diff)
downloadnixlib-405f194c119547b3daf13ee73130acdc8128a563.tar
nixlib-405f194c119547b3daf13ee73130acdc8128a563.tar.gz
nixlib-405f194c119547b3daf13ee73130acdc8128a563.tar.bz2
nixlib-405f194c119547b3daf13ee73130acdc8128a563.tar.lz
nixlib-405f194c119547b3daf13ee73130acdc8128a563.tar.xz
nixlib-405f194c119547b3daf13ee73130acdc8128a563.tar.zst
nixlib-405f194c119547b3daf13ee73130acdc8128a563.zip
Merge pull request #55862 from dywedir/exiftool
exiftool: 11.01 -> 11.11
-rw-r--r--pkgs/top-level/perl-packages.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index b4e93345581f..7a1bae932a11 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -7768,15 +7768,15 @@ let
 
   ImageExifTool = buildPerlPackage rec {
     name = "Image-ExifTool-${version}";
-    version = "11.01";
+    version = "11.11";
 
     src = fetchurl {
       url = "https://www.sno.phy.queensu.ca/~phil/exiftool/${name}.tar.gz";
-      sha256 = "175w34n73mypdpbaqj2vgqsfp59yvfrn8k7zmx4cawnp895bypvh";
+      sha256 = "1szg1k82nz88pp5n7lg71ja7q3hh5i5f9bcbb7m482dwrmsywkp6";
     };
 
     meta = with stdenv.lib; {
-      description = "ExifTool, a tool to read, write and edit EXIF meta information";
+      description = "A tool to read, write and edit EXIF meta information";
       homepage = https://www.sno.phy.queensu.ca/~phil/exiftool/;
 
       longDescription = ''
@@ -7785,10 +7785,10 @@ let
         image, audio and video files.  ExifTool supports many different types
         of metadata including EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC
         Profile, Photoshop IRB, FlashPix, AFCP and ID3, as well as the maker
-        notes of many digital cameras by Canon, Casio, FujiFilm, HP,
-        JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon,
-        Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo,
-        Sigma/Foveon and Sony.
+        notes of many digital cameras by Canon, Casio, DJI, FLIR, FujiFilm, HP,
+        JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Motorola, Nikon,
+        Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One,
+        Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
       '';
 
       license = with licenses; [ gpl1Plus /* or */ artistic2 ];