suitesparse-graphblas: 4.0.3 -> 6.1.4

This commit is contained in:
R. Ryantm 2022-02-13 08:24:48 +00:00
parent d31255bbc5
commit 54257c4cd0

View File

@ -6,7 +6,7 @@
stdenv.mkDerivation rec {
pname = "suitesparse-graphblas";
version = "4.0.3";
version = "6.1.4";
outputs = [ "out" "dev" ];
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
owner = "DrTimothyAldenDavis";
repo = "GraphBLAS";
rev = "v${version}";
sha256 = "sha256-Bf3+w/kQtFpeUGp2zWVqja535EbaUw7DbhCw54B6A8k=";
sha256 = "sha256-pjb4Q9b+5hcI0ZYoez46V/ve4+1GJORu2ZGweceaWDY=";
};
nativeBuildInputs = [