python37Packages.duecredit: 0.8.0 -> 0.8.1

This commit is contained in:
R. RyanTM 2021-01-31 05:07:52 +00:00
parent 5b0e5424d4
commit 375044e18a

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