about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2015-08-16 12:55:04 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2015-08-16 12:57:19 +0200
commit9f9f1db6e554aaa21b2f5dc8cf0ef33656bec025 (patch)
tree4e282c4681e41825ea6c8582085f8fad13cfc97d /pkgs/top-level
parent8914e1af6d1becc92eae50eedfd5dccfeacb876d (diff)
python-py: 1.4.24 -> 1.4.30
Unbreaks some packages because they require py>=1.4.29. Example build
error, from the 'argh' package:

  The 'py>=1.4.29' distribution was not found and is required by pytest

`nox-review wip` shows that there is a net reduction in build errors with
this patch.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 379c245d95919..e952f266ed115 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -9845,11 +9845,11 @@ let
 
 
   py = buildPythonPackage rec {
-    name = "py-1.4.24";
+    name = "py-1.4.30";
 
     src = pkgs.fetchurl {
       url = "https://pypi.python.org/packages/source/p/py/${name}.tar.gz";
-      md5 = "8f32ee0cd1e01472a255fe1d28d81217";
+      md5 = "a904aabfe4765cb754f2db84ec7bb03a";
     };
   };