lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

rankwidth: 0.7 -> 0.9

authored by

R. RyanTM and committed by
Mauricio Collares
3a093544 f80271c7

+3 -3
+3 -3
pkgs/development/libraries/science/math/rankwidth/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "rankwidth"; 7 - version = "0.7"; 7 + version = "0.9"; 8 8 9 9 src = fetchurl { 10 10 url = "mirror://sageupstream/rw/rw-${version}.tar.gz"; 11 - sha256 = "1rv2v42x2506x7f10349m1wpmmfxrv9l032bkminni2gbip9cjg0"; 11 + sha256 = "sha256-weA1Bv4lzfy0KMBR/Fay0q/7Wwb7o/LOdWYxRmvvtEE="; 12 12 }; 13 13 14 14 configureFlags = [ 15 15 "--enable-executable=no" # no igraph dependency 16 16 ]; 17 17 18 - # check phase is empty for now (as of version 0.7) 18 + # check phase is empty for now (as of version 0.9) 19 19 doCheck = true; 20 20 21 21 meta = with lib; {