mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
python.pkgs.willow: correct src
This commit is contained in:
parent
7e8f04ab05
commit
f66d4bcb6b
@ -12,7 +12,8 @@ buildPythonPackage rec {
|
||||
disabled = pythonOlder "2.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "Willow";
|
||||
inherit version;
|
||||
sha256 = "818ee11803c90a0a6d49c94b0453d6266be1ef83ae00de72731c45fae4d3e78c";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user