Merge pull request #135391 from r-ryantm/auto-update/python3.8-pytools

python38Packages.pytools: 2021.2.7 -> 2021.2.8
This commit is contained in:
davidak 2021-08-26 04:02:25 +02:00 committed by GitHub
commit c09b3383df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "pytools";
version = "2021.2.7";
version = "2021.2.8";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "0538f6fe7f00bf765ca5ab38518db48df72de818460006e54b0575accd24d9fb";
sha256 = "e11adc4914d805ac2bd02656fc6c0ec57c29dd305bd4a44122ca4e651a4bba8b";
};
checkInputs = [ pytest ];