igraph: 0.10.4 -> 0.10.6
Diff: https://github.com/igraph/igraph/compare/0.10.4...0.10.6 Changelog: https://github.com/igraph/igraph/blob/0.10.6/CHANGELOG.md
This commit is contained in:
parent
2ecbd225f6
commit
a848ecd60a
1 changed files with 2 additions and 2 deletions
|
@ -26,13 +26,13 @@ assert (blas.isILP64 == lapack.isILP64 &&
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "igraph";
|
||||
version = "0.10.4";
|
||||
version = "0.10.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "igraph";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-LsTOxUktGZcp46Ec9QH3+9C+VADMYTZZCjKF1gp36xk=";
|
||||
hash = "sha256-HNc+xU7Gcv9BSpb2OgyG9tCbk/dfWw5Ix1c2gvFZklE=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue