[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: giac: Update to 1.6.0-47.
From: |
guix-commits |
Subject: |
branch master updated: gnu: giac: Update to 1.6.0-47. |
Date: |
Fri, 22 Jan 2021 10:22:26 -0500 |
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 9a062ce gnu: giac: Update to 1.6.0-47.
9a062ce is described below
commit 9a062ce9b5b093ce9f72414737eee687eee84bfe
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 22 16:21:41 2021 +0100
gnu: giac: Update to 1.6.0-47.
* gnu/packages/algebra.scm (giac): Update to 1.6.0-47.
---
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 030339c..4699f76 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -354,7 +354,7 @@ precision.")
(define-public giac
(package
(name "giac")
- (version "1.6.0-41")
+ (version "1.6.0-47")
(source
(origin
(method url-fetch)
@@ -366,7 +366,7 @@ precision.")
"~parisse/debian/dists/stable/main/source/"
"giac_" version ".tar.gz"))
(sha256
- (base32 "1z5b3jm6ffxk3yvdqzwn9icbna68brkrz5kspgacq823d03jfklc"))))
+ (base32 "15sgsr8l6njp5spagbqclqkdy3x7ra23wi6wvpc8vzlbivy3v43k"))))
(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.6.0-47.,
guix-commits <=