python: pytools: 2018.3 -> 2018.4

This commit is contained in:
Frederik Rietdijk 2018-06-12 18:47:06 +02:00
parent 0f119ab1a3
commit 934f7efc10

View File

@ -10,11 +10,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytools"; pname = "pytools";
version = "2018.3"; version = "2018.4";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "26143e4ce415919272a5a8d05727bf5e026faa6536fe0ba85302e5b88ebae9f5"; sha256 = "f9746ef763ce4d7d59ee8506ee83dd684884e4b520244b67f253095decc8a876";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];