Skip to content

Commit

Permalink
Python: 2.7.4 -> 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jun 5, 2013
1 parent 7af6947 commit 1a1d8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/python/2.7/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ with stdenv.lib;
let

majorVersion = "2.7";
version = "${majorVersion}.4";
version = "${majorVersion}.5";

src = fetchurl {
url = "http://www.python.org/ftp/python/${version}/Python-${version}.tar.bz2";
sha256 = "0nd3x4j2w8pi9ac3pawrzb5i3s88hw0aasr08dprdv7q81fp0pq3";
sha256 = "0nc091f19sllibvxm6n3qw5pflcphkwwxmz43q26lqafhra7airv";
};

patches =
Expand Down

0 comments on commit 1a1d8df

Please sign in to comment.