[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: giac: Update to 1.7.0-3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: giac: Update to 1.7.0-3. |
Date: |
Wed, 28 Apr 2021 15:37:33 -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 bbdd43f gnu: giac: Update to 1.7.0-3.
bbdd43f is described below
commit bbdd43fd11b6dc5a462422370f98a95dd3079397
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Apr 28 21:37:16 2021 +0200
gnu: giac: Update to 1.7.0-3.
* gnu/packages/algebra.scm (giac): Update to 1.7.0-3.
---
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 d92e963..68af1e2 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-1")
+ (version "1.7.0-3")
(source
(origin
(method url-fetch)
@@ -353,7 +353,7 @@ precision.")
"~parisse/debian/dists/stable/main/source/"
"giac_" version ".tar.gz"))
(sha256
- (base32 "0s926aza2larfz02hrhdlpxn77yjlrhjg844b3fhwz11yj942p9q"))))
+ (base32 "1w3ij4pkkrq7lbsklkqa673fb7xjmap59hnmd2sinmr2nsfyq7qq"))))
(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-3.,
guix-commits <=