guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: giac-xcas: Update to 1.4.9-43.


From: Nicolas Goaziou
Subject: 01/01: gnu: giac-xcas: Update to 1.4.9-43.
Date: Thu, 4 Jan 2018 04:20:27 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 47fefe98aae5a75655995e764f1527f020dd4f3c
Author: Nicolas Goaziou <address@hidden>
Date:   Thu Jan 4 10:20:13 2018 +0100

    gnu: giac-xcas: Update to 1.4.9-43.
    
    * gnu/packages/algebra.scm (giac-xcas): Update to 1.4.9-43.
---
 gnu/packages/algebra.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 7e26e76..0e22e41 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Andreas Enge 
<address@hidden>
 ;;; Copyright © 2013, 2015, 2017 Ludovic Courtès <address@hidden>
-;;; Copyright © 2016, 2017 Nicolas Goaziou <address@hidden>
+;;; Copyright © 2016, 2017, 2018 Nicolas Goaziou <address@hidden>
 ;;; Copyright © 2014 Mark H Weaver <address@hidden>
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2017 Efraim Flashner <address@hidden>
@@ -208,7 +208,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-33")
+    (version "1.4.9-43")
     (source (origin
               (method url-fetch)
               ;; "~parisse/giac" is not used because the maintainer regularly
@@ -220,7 +220,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI 
programs.")
                                   "source/giac_" version ".tar.gz"))
               (sha256
                (base32
-                "1f071j4l9ayri2cxka6bfdb6c0fsdl7q7wk345r7hxjfga69g9mv"))))
+                "1zhbyw4mrgf78fz55cf65650zqld156qa40s4ps69bas8jh61hci"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]