mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Python: 2.7.4 -> 2.7.5
This commit is contained in:
parent
7af694700c
commit
1a1d8dfc69
1 changed files with 2 additions and 2 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue