Merge pull request #159785 from r-ryantm/auto-update/suitesparse-graphblas

suitesparse-graphblas: 4.0.3 -> 6.1.4
This commit is contained in:
markuskowa 2022-02-14 19:15:30 +01:00 committed by GitHub
commit 076b65f004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [