[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: giac: Update to 1.7.0-51.
From: |
guix-commits |
Subject: |
01/02: gnu: giac: Update to 1.7.0-51. |
Date: |
Thu, 10 Mar 2022 20:07:10 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit cc9ab4b895d4114079c785941712430e22953f0b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Mar 11 02:03:28 2022 +0100
gnu: giac: Update to 1.7.0-51.
* gnu/packages/algebra.scm (giac): Update to 1.7.0-51.
---
gnu/packages/algebra.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 1f87c4551b..2dc3787987 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -328,7 +328,7 @@ precision.")
(define-public giac
(package
(name "giac")
- (version "1.7.0-47")
+ (version "1.7.0-51")
(source
(origin
(method url-fetch)
@@ -340,7 +340,7 @@ precision.")
"~parisse/debian/dists/stable/main/source/"
"giac_" version ".tar.gz"))
(sha256
- (base32 "1cbc0vm79q9z3ajn4m5sjg9931ah1wq3icj0m16jsxp52km1h7jx"))))
+ (base32 "0wgqa2nxpv652348fxpchx5zvaj6ssc403jxwsdp5ky9pdpap2zs"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((ice-9 ftw)