perlPackages.ImageExifTool: 10.55 -> 10.60

This commit is contained in:
kiloreux 2017-08-14 12:30:51 +01:00 committed by Bjørn Forsman
parent 2a62e931c1
commit c3acd48763

View file

@ -7241,11 +7241,11 @@ let self = _self // overrides; _self = with self; {
ImageExifTool = buildPerlPackage rec {
name = "Image-ExifTool-${version}";
version = "10.55";
version = "10.60";
src = fetchurl {
url = "http://www.sno.phy.queensu.ca/~phil/exiftool/${name}.tar.gz";
sha256 = "0z8zwjjfvyllnhsafhddbybywpgqv0pl1dbn1g034cs27yj836q2";
sha256 = "1ymcnxf8miw0c1nadpxmvzabmaz837afrwp1k5khhv0s1vv8h2fz";
};
meta = with stdenv.lib; {
@ -7266,7 +7266,7 @@ let self = _self // overrides; _self = with self; {
license = with licenses; [ gpl1Plus /* or */ artistic2 ];
maintainers = [ ];
maintainers = [ maintainers.kiloreux ];
platforms = platforms.unix;
};
};