python: pytools: 2019.1.1 -> 2020.2

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:29 +02:00
parent 370474b4b1
commit 3a1fbb65e9

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "pytools";
version = "2019.1.1";
version = "2020.2";
src = fetchPypi {
inherit pname version;
sha256 = "ce2d702ae4ef10a70197b00b93141461140d00578f2a862fa946ca1446a300db";
sha256 = "3cacefed54148aafb07502c7c907cae8d9327ea35df16e3366c883a706ed5601";
};
checkInputs = [ pytest ];