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

suitesparse-graphblas: 7.4.3 -> 7.4.4
This commit is contained in:
Weijia Wang 2023-04-21 00:03:27 +03:00 committed by GitHub
commit 8bf61ef766
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 = "7.4.3";
version = "7.4.4";
outputs = [ "out" "dev" ];
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
owner = "DrTimothyAldenDavis";
repo = "GraphBLAS";
rev = "v${version}";
sha256 = "sha256-myUaSzBlt34L3UJDKB9VXetaPCc3SZCzpbsSn1j+MPw=";
sha256 = "sha256-4NLYNapIiEXntXHrsyq63jIbuBJxR77X3VbLFbvtT9A=";
};
nativeBuildInputs = [