Merge pull request #111389 from r-ryantm/auto-update/python3.7-duecredit

python37Packages.duecredit: 0.8.0 -> 0.8.1
This commit is contained in:
Mario Rodas 2021-01-31 07:14:09 -05:00 committed by GitHub
commit 28923b22ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "duecredit";
version = "0.8.0";
version = "0.8.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "1yxd8579pakrfhq0hls0iy37nxllsm8y33na220g08znibrp7ix0";
sha256 = "43b3f01ab5fb2bf2ecc27d3fcf92b873c6b288f44becef3e2e87c96cb89d7b01";
};
# bin/duecredit requires setuptools at runtime