Merge pull request #112736 from r-ryantm/auto-update/python3.7-mergedeep

python37Packages.mergedeep: 1.3.1 -> 1.3.4
This commit is contained in:
Fabian Affolter 2021-03-18 19:28:56 +01:00 committed by GitHub
commit c048a53666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "mergedeep";
version = "1.3.1";
version = "1.3.4";
disabled = isPy27;
# PyPI tarball doesn't include tests directory
@ -10,7 +10,7 @@ buildPythonPackage rec {
owner = "clarketm";
repo = "mergedeep";
rev = "v${version}";
sha256 = "1ryccb64hg438y1wsjlfp4ciq05q4c6khwhllwdnndm8cbkbrgph";
sha256 = "1msvvdzk33sxzgyvs4fs8dlsrsi7fjj038z83s0yw5h8m8d78469";
};
checkInputs = [ pytest ];