Skip to content
Closed
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
6 changes: 3 additions & 3 deletions pkgs/development/libraries/science/math/rankwidth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down