guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 22518649525cc2d61587955f1fbad7084d0ac393
Author: Vinicius Monego <[email protected]>
AuthorDate: Sun Jun 22 00:17:50 2025 -0300
gnu: lcalc: Update to 2.1.1.
* gnu/packages/sagemath.scm (lcalc): Update to 2.1.1.
Change-Id: I2c0bf8ea32d5bc7957a2003e119c5a7ac1606499
---
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 fe629fb2f1..bbb8444d08 100644
--- a/gnu/packages/sagemath.scm
+++ b/gnu/packages/sagemath.scm
@@ -87,7 +87,7 @@ used as internal storage type for polynomial structures.")
(define-public lcalc
(package
(name "lcalc")
- (version "2.0.5")
+ (version "2.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -96,7 +96,7 @@ used as internal storage type for polynomial structures.")
(file-name (git-file-name name version))
(sha256
(base32
- "1rwyx292y3jbsp88wagn9nhl9z7wsnl2yrs5imxkbxq87pnrj5a7"))))
+ "1p25lpr36xvs26sssdpc3p5g0y5nd07d3bm10lxhsqgrd522n9nh"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags '(list "--with-pari")))