Skip to content

Commit

Permalink
pytools: 2016.2.1 -> 2017.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mguentner committed Sep 1, 2017
1 parent 8f932af commit 10e8214
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
Expand Down

0 comments on commit 10e8214

Please sign in to comment.