python37Packages.py3exiv2: 0.4.0 -> 0.5.0 (#55193)

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-py3exiv2/versions
This commit is contained in:
R. RyanTM 2019-02-25 08:04:39 -08:00 committed by xeji
parent 33636d612d
commit d73ef83773

View File

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "py3exiv2";
version = "0.4.0";
version = "0.5.0";
disabled = !(isPy3k);
src = fetchPypi {
inherit pname version;
sha256 = "4042492db49efbdfc53e0afa89509695826b3fb74fb52444ed04f64c229a65f5";
sha256 = "09mv7hcczayzjbd4dsrph16ab21slaiamgph9lwr1kjdw7ri5cpg";
};
buildInputs = [ exiv2 boost ];