pytools: 2016.2.1 -> 2017.4

This commit is contained in:
Maximilian Güntner 2017-09-01 20:08:33 +02:00
parent 8f932af263
commit 10e8214b93
No known key found for this signature in database
GPG Key ID: 5D667E0FD0397CFF

View File

@ -8051,13 +8051,13 @@ in {
pytools = buildPythonPackage rec {
name = "pytools-${version}";
version = "2016.2.1";
version = "2017.4";
src = pkgs.fetchFromGitHub {
owner = "inducer";
repo = "pytools";
rev = "e357a9de14d0ff5131284f369d220d8b439a7906";
sha256 = "0g5w1cira1bl9f2ji11cbr9daj947nrfydydymjp4bbxbpl2jnaq";
rev = "8078e74265bb5a3c9676c698595ab5450cd2bfe7";
sha256 = "17q61l79fcxkj5jxg3fnymi652sdjp5s6kpsabgxp22kma9crr28";
};
buildInputs = with self; [