[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: giac-xcas: Update to 1.4.9-33.
From: |
Nicolas Goaziou |
Subject: |
01/01: gnu: giac-xcas: Update to 1.4.9-33. |
Date: |
Sun, 3 Dec 2017 08:40:36 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 993490d3014b0882ca3e03457de62d8ad27aba5e
Author: Nicolas Goaziou <address@hidden>
Date: Sun Dec 3 14:40:24 2017 +0100
gnu: giac-xcas: Update to 1.4.9-33.
* gnu/packages/algebra.scm (giac-xcas): Update to 1.4.9-33.
---
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 ede137b..a733606 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -207,7 +207,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI
programs.")
(define-public giac-xcas
(package
(name "giac-xcas")
- (version "1.4.9-17")
+ (version "1.4.9-33")
(source (origin
(method url-fetch)
;; "~parisse/giac" is not used because the maintainer regularly
@@ -219,7 +219,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI
programs.")
"source/giac_" version ".tar.gz"))
(sha256
(base32
- "0fabw706hixp4da4pgkbjrlf9gk4xrmv404f884jb24bnmb5hbax"))))
+ "1f071j4l9ayri2cxka6bfdb6c0fsdl7q7wk345r7hxjfga69g9mv"))))
(build-system gnu-build-system)
(arguments
`(#:phases