summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2021-11-16 23:29:56 -0800
committerGitHub <noreply@github.com>2021-11-16 23:29:56 -0800
commit7143a8d4ff6b56ade0e1504ee13b35812fe8b8f8 (patch)
treed95e216502f0bb0b5a44189afbc73d462be2810c /pkgs/top-level/python-aliases.nix
parent3b0f2374a6901907f20e5d65c0d544d2136f60cd (diff)
parent5f757db908b32749c8ca291a728c58e9113228d3 (diff)
downloadnixpkgs-7143a8d4ff6b56ade0e1504ee13b35812fe8b8f8.tar
nixpkgs-7143a8d4ff6b56ade0e1504ee13b35812fe8b8f8.tar.gz
nixpkgs-7143a8d4ff6b56ade0e1504ee13b35812fe8b8f8.tar.bz2
nixpkgs-7143a8d4ff6b56ade0e1504ee13b35812fe8b8f8.tar.lz
nixpkgs-7143a8d4ff6b56ade0e1504ee13b35812fe8b8f8.tar.xz
nixpkgs-7143a8d4ff6b56ade0e1504ee13b35812fe8b8f8.tar.zst
nixpkgs-7143a8d4ff6b56ade0e1504ee13b35812fe8b8f8.zip
Merge pull request #145592 from dotlambda/igraph-0.9.5
igraph: 0.9.4 -> 0.9.5 
Diffstat (limited to 'pkgs/top-level/python-aliases.nix')
-rw-r--r--pkgs/top-level/python-aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index 54885b48abf..7c7c0133ee9 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -75,6 +75,7 @@ mapAliases ({
   pytestpep8 = throw "pytestpep8 was removed because it is abandoned and no longer compatible with pytest v6.0"; # added 2020-12-10
   pytestquickcheck = pytest-quickcheck; # added 2021-07-20
   pytestrunner = pytest-runner; # added 2021-01-04
+  python-igraph = igraph; # added 2021-11-11
   python-lz4 = lz4; # added 2018-06-01
   python_mimeparse = python-mimeparse; # added 2021-10-31
   python-subunit = subunit; # added 2021-09-10