mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 11:15:12 +00:00
pythonPackages.nose-selecttests: fix url
This commit is contained in:
parent
7324936915
commit
bffd5c23b2
@ -3957,7 +3957,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
name = "nose-selecttests-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/n/nose/${name}.zip";
|
||||
url = "http://pypi.python.org/packages/source/n/nose-selecttests/${name}.zip";
|
||||
sha256 = "0lgrfgp3sq8xi8d9grrg0z8jsyk0wl8a3rxw31hb7vdncin5b7n5";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user