[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: suitesparse: Update to 5.12.0.
From: |
guix-commits |
Subject: |
01/06: gnu: suitesparse: Update to 5.12.0. |
Date: |
Mon, 8 Aug 2022 11:27:05 -0400 (EDT) |
civodul pushed a commit to branch staging
in repository guix.
commit 8ed15dedbeea04e96e0a81592d43c64f8ba3ee72
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Jul 29 14:07:22 2022 +0000
gnu: suitesparse: Update to 5.12.0.
* gnu/packages/maths.scm (suitesparse): Update to 5.12.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 6a84f47468..1ddfc6b1ff 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4778,7 +4778,7 @@ Fresnel integrals, and similar related functions as
well.")
(define-public suitesparse
(package
(name "suitesparse")
- (version "5.10.1")
+ (version "5.12.0")
(source
(origin
(method git-fetch)
@@ -4788,7 +4788,7 @@ Fresnel integrals, and similar related functions as
well.")
(file-name (git-file-name name version))
(sha256
(base32
- "19gx5wlgqnqpgz6mvam9lalyzpbfwgqhppps8z3np9sh0mgaiyw9"))
+ "0zpl51pfpv7ap7z97jlryba2la1qdmzm11bhzkn55wlb03xzi6k6"))
(patches (search-patches "suitesparse-mongoose-cmake.patch"))
(modules '((guix build utils)))
(snippet
- branch staging updated (f2ed0113e8 -> 3668a452d1), guix-commits, 2022/08/08
- 01/06: gnu: suitesparse: Update to 5.12.0.,
guix-commits <=
- 05/06: gnu: Remove unused ruby-nokogiri-1.10., guix-commits, 2022/08/08
- 02/06: gnu: Add ruby-hydra-minimal., guix-commits, 2022/08/08
- 03/06: gnu: Remove texlive's dependence on ruby-rspec and ruby-byebug., guix-commits, 2022/08/08
- 04/06: gnu: Unpin ruby-nokogiri-diff's ruby-nokogiri, guix-commits, 2022/08/08
- 06/06: gnu: texlive-hyphen-package: Remove input labels., guix-commits, 2022/08/08