Merge pull request #60731 from r-ryantm/auto-update/python3.7-py3exiv2

python37Packages.py3exiv2: 0.6.1 -> 0.7.0
This commit is contained in:
Mario Rodas 2019-05-10 08:41:33 -05:00 committed by GitHub
commit 45db37ac55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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