igraph: 0.10.13 -> 0.10.15
Diff: https://github.com/igraph/igraph/compare/0.10.13...0.10.15 Changelog: https://github.com/igraph/igraph/blob/0.10.15/CHANGELOG.md
This commit is contained in:
parent
172cb3ef53
commit
c04916cf32
@ -26,13 +26,13 @@ assert (blas.isILP64 == lapack.isILP64 &&
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "igraph";
|
pname = "igraph";
|
||||||
version = "0.10.13";
|
version = "0.10.15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "igraph";
|
owner = "igraph";
|
||||||
repo = "igraph";
|
repo = "igraph";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-c5yZI5AfaO/NFyy88efu1COb+T2r1LpHhUTfilw2H1U=";
|
hash = "sha256-TSAVRLeOWh3IQ9X0Zr4CQS+h1vTeUZnzMp/IYujGMn0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user