[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: giac: Update to 1.7.0-9.
From: |
guix-commits |
Subject: |
branch master updated: gnu: giac: Update to 1.7.0-9. |
Date: |
Fri, 21 May 2021 11:23:58 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f161623 gnu: giac: Update to 1.7.0-9.
f161623 is described below
commit f16162391309d1fec2a3f508edd14fbaf957470e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 21 17:23:01 2021 +0200
gnu: giac: Update to 1.7.0-9.
* gnu/packages/algebra.scm (giac): Update to 1.7.0-9.
---
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 e5b7a67..573688d 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -341,7 +341,7 @@ precision.")
(define-public giac
(package
(name "giac")
- (version "1.7.0-5")
+ (version "1.7.0-9")
(source
(origin
(method url-fetch)
@@ -353,7 +353,7 @@ precision.")
"~parisse/debian/dists/stable/main/source/"
"giac_" version ".tar.gz"))
(sha256
- (base32 "1fg82azzsxgglqq2im60wbqh18inaaf7cmz30aq8v9mdwrfp34x1"))))
+ (base32 "0yl5h13rnis8gqg48g9z719d5xfgxjcxz7bwbdqlwsvdy42crrim"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((ice-9 ftw)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: giac: Update to 1.7.0-9.,
guix-commits <=