diff options
author | Vinicius Monego <monego@posteo.net> | 2025-02-09 01:52:25 +0000 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-02-10 14:27:57 +0100 |
commit | 7010eda3659849016ab6d41c84213d3fc0c94b65 (patch) | |
tree | 7d44f24abbcc56b8dc5f1496d6e412c47a6193a3 | |
parent | deb0a44e29f1571c732458d041efb76a3519eeed (diff) |
gnu: singular: Update to 4.4.0p7.
* gnu/packages/algebra.scm (singular): Update to 4.4.0p7.
Change-Id: I64f74815097ca3aaeeaba9f3177580818c433a4c
Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r-- | gnu/packages/algebra.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 7cc1686447..759f44b84e 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -599,7 +599,7 @@ matrices, and polynomials over the integers and over finite fields.") (define-public singular (package (name "singular") - (version "4.3.2p16") + (version "4.4.0p7") (source (origin (method url-fetch) @@ -613,8 +613,9 @@ matrices, and polynomials over the integers and over finite fields.") version)) #\.) "-") "/singular-" version ".tar.gz")) - (sha256 (base32 - "05ia8zqiddj1agg9bfdx54z0sjqcgjgi6lz7ck2ngv562fx36mv7")))) + (sha256 + (base32 + "0625541pxxhs7789i3ddf5fm1pqvf1kyljyaii41djg9j12cdhbc")))) (build-system gnu-build-system) (native-inputs (list doxygen graphviz perl)) |