mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
pythonPackages.py: 1.4.13 -> 1.4.19
This commit is contained in:
parent
8a920ad306
commit
5e641b3ffc
@ -4657,10 +4657,10 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
|
||||
|
||||
py = buildPythonPackage rec {
|
||||
name = "py-1.4.13";
|
||||
name = "py-1.4.19";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/py/py-1.4.13.tar.gz";
|
||||
url = "https://pypi.python.org/packages/source/p/py/${name}.tar.gz";
|
||||
md5 = "3857dc8309d5f284669b81184253c2bb";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user