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
1 changed files with 2 additions and 2 deletions

View File

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