mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #146660 from dotlambda/igraph-pname
This commit is contained in:
commit
15060ba400
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-igraph";
|
pname = "igraph";
|
||||||
version = "0.9.8";
|
version = "0.9.8";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue