GNU bug report logs -
#76150
[PATCH 00/16] More patches towards SageMath.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Sun, 9 Feb 2025 01:51:01 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
Message #29 received at 76150 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/algebra.scm (singular): Update to 4.4.0p7.
Change-Id: I64f74815097ca3aaeeaba9f3177580818c433a4c
---
gnu/packages/algebra.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index bf3abaa8ed..acbc76b4ca 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -599,7 +599,7 @@ (define-public ntl
(define-public singular
(package
(name "singular")
- (version "4.3.2p16")
+ (version "4.4.0p7")
(source
(origin
(method url-fetch)
@@ -613,8 +613,9 @@ (define-public singular
version))
#\.) "-")
"/singular-" version ".tar.gz"))
- (sha256 (base32
- "05ia8zqiddj1agg9bfdx54z0sjqcgjgi6lz7ck2ngv562fx36mv7"))))
+ (sha256
+ (base32
+ "0625541pxxhs7789i3ddf5fm1pqvf1kyljyaii41djg9j12cdhbc"))))
(build-system gnu-build-system)
(native-inputs
(list doxygen graphviz perl))
--
2.48.1
This bug report was last modified 101 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.