rankwidth: 0.7 -> 0.9

This commit is contained in:
R. RyanTM 2021-03-09 11:16:54 +00:00 committed by Mauricio Collares
parent f80271c7f0
commit 3a093544b2

View File

@ -4,18 +4,18 @@
stdenv.mkDerivation rec {
pname = "rankwidth";
version = "0.7";
version = "0.9";
src = fetchurl {
url = "mirror://sageupstream/rw/rw-${version}.tar.gz";
sha256 = "1rv2v42x2506x7f10349m1wpmmfxrv9l032bkminni2gbip9cjg0";
sha256 = "sha256-weA1Bv4lzfy0KMBR/Fay0q/7Wwb7o/LOdWYxRmvvtEE=";
};
configureFlags = [
"--enable-executable=no" # no igraph dependency
];
# check phase is empty for now (as of version 0.7)
# check phase is empty for now (as of version 0.9)
doCheck = true;
meta = with lib; {