summary refs log tree commit diff
path: root/pkgs/development/libraries/science/math
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-03-05 18:01:16 +0000
committerGitHub <noreply@github.com>2022-03-05 18:01:16 +0000
commit61655037aa1304bc7bb046b711217e989e97fefc (patch)
tree04bde8018bf0c005dd92658ca9b3f4a7a5e12374 /pkgs/development/libraries/science/math
parent1227158d0bca760c9feed21e6e565dc888c530c6 (diff)
parent003478830b47b0099c7ebfeb0061f71af7a8814e (diff)
downloadnixpkgs-61655037aa1304bc7bb046b711217e989e97fefc.tar
nixpkgs-61655037aa1304bc7bb046b711217e989e97fefc.tar.gz
nixpkgs-61655037aa1304bc7bb046b711217e989e97fefc.tar.bz2
nixpkgs-61655037aa1304bc7bb046b711217e989e97fefc.tar.lz
nixpkgs-61655037aa1304bc7bb046b711217e989e97fefc.tar.xz
nixpkgs-61655037aa1304bc7bb046b711217e989e97fefc.tar.zst
nixpkgs-61655037aa1304bc7bb046b711217e989e97fefc.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/libraries/science/math')
-rw-r--r--pkgs/development/libraries/science/math/suitesparse-graphblas/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/science/math/suitesparse-graphblas/default.nix b/pkgs/development/libraries/science/math/suitesparse-graphblas/default.nix
index 4af037ea694..bf5251d1aed 100644
--- a/pkgs/development/libraries/science/math/suitesparse-graphblas/default.nix
+++ b/pkgs/development/libraries/science/math/suitesparse-graphblas/default.nix
@@ -6,7 +6,7 @@
 
 stdenv.mkDerivation rec {
   pname = "suitesparse-graphblas";
-  version = "6.2.1";
+  version = "6.2.2";
 
   outputs = [ "out" "dev" ];
 
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
     owner = "DrTimothyAldenDavis";
     repo = "GraphBLAS";
     rev = "v${version}";
-    sha256 = "sha256-YgQdhXxXcvhQ10hCGrGM49jjY4jyzqH9ea+gltdh+Uc=";
+    sha256 = "sha256-uSPE7uFiG4xbsAeo/UmOP5Ns+3yZ7kKL2bNxzd8mzP8=";
   };
 
   nativeBuildInputs = [