mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
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:
commit
c09b3383df
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user