exiftool: 10.60 -> 10.80

This commit is contained in:
Vladyslav M 2018-02-24 11:30:24 +02:00
parent 4166691813
commit 045046389a

@ -6318,7 +6318,7 @@ let self = _self // overrides; _self = with self; {
description = "Create user interfaces directly from Glade XML files";
};
};
Gtk2TrayIcon = buildPerlPackage rec {
name = "Gtk2-TrayIcon-0.06";
src = fetchurl {
@ -7458,16 +7458,16 @@ let self = _self // overrides; _self = with self; {
ImageExifTool = buildPerlPackage rec {
name = "Image-ExifTool-${version}";
version = "10.60";
version = "10.80";
src = fetchurl {
url = "http://www.sno.phy.queensu.ca/~phil/exiftool/${name}.tar.gz";
sha256 = "1ymcnxf8miw0c1nadpxmvzabmaz837afrwp1k5khhv0s1vv8h2fz";
url = "https://www.sno.phy.queensu.ca/~phil/exiftool/${name}.tar.gz";
sha256 = "14rwr5wk2snqv4yva6fax1gfsdv88941n237m0wyzn3n0xh9dy5w";
};
meta = with stdenv.lib; {
description = "ExifTool, a tool to read, write and edit EXIF meta information";
homepage = http://www.sno.phy.queensu.ca/~phil/exiftool/;
homepage = https://www.sno.phy.queensu.ca/~phil/exiftool/;
longDescription = ''
ExifTool is a platform-independent Perl library plus a command-line