suitesparse-graphblas: 6.1.4 -> 6.2.1

This commit is contained in:
R. Ryantm 2022-02-19 01:51:18 +00:00 committed by Jonathan Ringer
parent b9bd1d69b6
commit c1844a2b58

View file

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