suitesparse: 5.7.1 -> 5.7.2

authored by

R. RyanTM and committed by
Jon
14507404 b7d77ef7

+3 -3
+3 -3
pkgs/development/libraries/science/math/suitesparse/default.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "suitesparse"; 14 - version = "5.7.1"; 14 + version = "5.7.2"; 15 15 16 16 outputs = [ "out" "dev" "doc" ]; 17 17 ··· 19 19 owner = "DrTimothyAldenDavis"; 20 20 repo = "SuiteSparse"; 21 21 rev = "v${version}"; 22 - sha256 = "SA9SQKRDKUI1GilNMuCXljcvovLUwRKBUi/tiQ4dl5w="; 22 + sha256 = "1imndff7yygjrbbrcscsmirdi8w0lkwj5dbhydxmf7lklwn4j3q6"; 23 23 }; 24 24 25 25 nativeBuildInputs = [ ··· 57 57 "library" 58 58 ]; 59 59 60 - # Likely fixed after 5.7.1 60 + # Likely fixed after 5.7.2 61 61 # https://github.com/DrTimothyAldenDavis/SuiteSparse/commit/f6daae26ee391e475e2295e77c839aa7c1a8b784 62 62 postInstall = stdenv.lib.optionalString stdenv.isDarwin '' 63 63 # The fixDarwinDylibNames in nixpkgs can't seem to fix all the libraries.