python37Packages.py3exiv2: 0.5.0 -> 0.6.1

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-04-15 20:25:24 -07:00 committed by Frederik Rietdijk
parent 94add8789d
commit e853af56c9

View file

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