summary refs log tree commit diff
path: root/pkgs/development/libraries/science/math
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-19 01:51:18 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-25 13:22:31 -0800
commitc1844a2b58b993c97ecd5fc8329f0383e44958fc (patch)
treee7cbeb6f3230f64e2e752fa1c5f0809715d1a891 /pkgs/development/libraries/science/math
parentb9bd1d69b61217827a72e0d77439b5f014312a66 (diff)
downloadnixpkgs-c1844a2b58b993c97ecd5fc8329f0383e44958fc.tar
nixpkgs-c1844a2b58b993c97ecd5fc8329f0383e44958fc.tar.gz
nixpkgs-c1844a2b58b993c97ecd5fc8329f0383e44958fc.tar.bz2
nixpkgs-c1844a2b58b993c97ecd5fc8329f0383e44958fc.tar.lz
nixpkgs-c1844a2b58b993c97ecd5fc8329f0383e44958fc.tar.xz
nixpkgs-c1844a2b58b993c97ecd5fc8329f0383e44958fc.tar.zst
nixpkgs-c1844a2b58b993c97ecd5fc8329f0383e44958fc.zip
suitesparse-graphblas: 6.1.4 -> 6.2.1
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 4c0059184ee..4af037ea694 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.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 = [