Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python37Packages.python-igraph: 0.8.2 -> 0.8.3 #100648

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/python-igraph/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

buildPythonPackage rec {
pname = "python-igraph";
version = "0.8.2";
version = "0.8.3";
disabled = !isPy3k; # fails to build

nativeBuildInputs = [ pkgconfig ];
Expand All @@ -13,7 +13,7 @@ buildPythonPackage rec {

src = fetchPypi {
inherit pname version;
sha256 = "4601638d7d22eae7608cdf793efac75e6c039770ec4bd2cecf76378c84ce7d72";
sha256 = "e1f27622eddeb2bd5fdcbadb41ef048e884790bb050f9627c086dc609d0f1236";
};

# NB: We want to use our igraph, not vendored igraph, but even with
Expand Down