[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: giac: Update to 1.7.0-29.
From: |
guix-commits |
Subject: |
branch master updated: gnu: giac: Update to 1.7.0-29. |
Date: |
Sat, 04 Sep 2021 02:09:43 -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 9cd3294 gnu: giac: Update to 1.7.0-29.
9cd3294 is described below
commit 9cd32949661907bf0cb4e8d4a6ee0f8c89987f07
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 4 08:09:22 2021 +0200
gnu: giac: Update to 1.7.0-29.
* gnu/packages/algebra.scm (giac): Update to 1.7.0-29.
---
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 d794f9b..92644c4 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -343,7 +343,7 @@ precision.")
(define-public giac
(package
(name "giac")
- (version "1.7.0-25")
+ (version "1.7.0-29")
(source
(origin
(method url-fetch)
@@ -355,7 +355,7 @@ precision.")
"~parisse/debian/dists/stable/main/source/"
"giac_" version ".tar.gz"))
(sha256
- (base32 "0d11shsifnd5p23iym5h0kqa7bp7p0p25rwvya7hdji2kwvgr3cl"))))
+ (base32 "1dw0mh212ri9viks15cn75m38m4q4nj3hlv2bbrpdz8sgnnssz0a"))))
(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-29.,
guix-commits <=