This is an automated email from the git hooks/post-receive script.
andreas pushed a commit to branch wip-sage
in repository guix.
The following commit(s) were added to refs/heads/wip-sage by this push:
new 709facc89c gnu: sage: Update to 10.6.beta6.
709facc89c is described below
commit 709facc89ccf8fe8d8541761eacad312aa546f7f
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Feb 12 15:50:29 2025 +0100
gnu: sage: Update to 10.6.beta6.
* gnu/packages/sagemath.scm (sage): Update to 10.6.beta6.
Change-Id: Icc4aa806a8ff5b15bcf2dea864173e034973cce8
---
gnu/packages/sagemath.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index a21de62053..e0655022fe 100644
--- a/gnu/packages/sagemath.scm
+++ b/gnu/packages/sagemath.scm
@@ -492,7 +492,7 @@ Handbook of Combinatorial Designs, 2ed.
(define-public sage
(package
(name "sage")
- (version "10.6.beta5")
+ (version "10.6.beta6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -501,7 +501,7 @@ Handbook of Combinatorial Designs, 2ed.
(file-name (git-file-name name version))
(sha256
(base32
- "121mrr9y4x4khvrr2fyr5pjji3wks04c7q09lr6zj5bngd7qq6a8"))
+ "0w2v5c4k2khlpglaj9sq1vbs7q03ib3d46pgr6k4n3mclhsy2idk"))
(patches (search-patches "sage-update-eclib.patch"
"sage-update-pari-gp.patch"))))
(build-system pyproject-build-system)