python37Packages.piexif: 1.1.2 -> 1.1.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-piexif/versions
This commit is contained in:
R. RyanTM 2019-07-16 04:50:12 -07:00 committed by Frederik Rietdijk
parent 76e53a96ec
commit bac8f18fc6

View File

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "piexif";
version = "1.1.2";
version = "1.1.3";
# Pillow needed for unit tests
checkInputs = [ pillow ];
@ -10,7 +10,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "0dj6wiw4mk65zn7p0qpghra39mf88m3ph2xn7ff9jvasgczrgkb0";
sha256 = "06sz58q4mrw472p8fbnq7wsj8zpi5js5r8phm2hiwfmz0v33bjw3";
};
meta = with stdenv.lib; {