Author: eelco
Date: Mon May  7 20:08:10 2012
New Revision: 34008
URL: https://nixos.org/websvn/nix/?rev=34008&sc=1

Log:
* Python 2.7.3 (including various security fixes).

Modified:
   
nixpkgs/branches/stdenv-updates/pkgs/development/interpreters/python/2.7/default.nix

Modified: 
nixpkgs/branches/stdenv-updates/pkgs/development/interpreters/python/2.7/default.nix
==============================================================================
--- 
nixpkgs/branches/stdenv-updates/pkgs/development/interpreters/python/2.7/default.nix
        Mon May  7 20:03:12 2012        (r34007)
+++ 
nixpkgs/branches/stdenv-updates/pkgs/development/interpreters/python/2.7/default.nix
        Mon May  7 20:08:10 2012        (r34008)
@@ -9,11 +9,11 @@
 let
 
   majorVersion = "2.7";
-  version = "${majorVersion}.2";
+  version = "${majorVersion}.3";
 
   src = fetchurl {
     url = 
"http://www.python.org/ftp/python/${version}/Python-${version}.tar.bz2";;
-    sha256 = "1axx9h1r157fanldmnj1q2gdw2sm0sg8h3mx1l2adddmgq3fnmsh";
+    sha256 = "0g3672il41rcfjk7sphfqdsa6qf53y8g3ai8yk1sslxi3khmfr3j";
   };
 
   patches =
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to