guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: giac: Update to 1.5.0-57.


From: guix-commits
Subject: 01/01: gnu: giac: Update to 1.5.0-57.
Date: Sat, 1 Jun 2019 20:21:33 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit fd4d3939c41414297a11bcac09840b51c5070e16
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Jun 2 02:21:15 2019 +0200

    gnu: giac: Update to 1.5.0-57.
    
    * gnu/packages/algebra.scm (giac): Update to 1.5.0-57.
---
 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 128d41a..69163a4 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -251,7 +251,7 @@ precision.")
 (define-public giac
   (package
     (name "giac")
-    (version "1.5.0-49")
+    (version "1.5.0-57")
     (source (origin
               (method url-fetch)
               ;; "~parisse/giac" is not used because the maintainer regularly
@@ -263,7 +263,7 @@ precision.")
                                   "source/giac_" version ".tar.gz"))
               (sha256
                (base32
-                "0f4pkand9vmqfayw18jm5qxbhcwi1405qfd7ibzh9lwzz6amkm3l"))))
+                "08c93knsisbk9dkyyrignw0wvqbr1sa5czlvk5l307ahxbbmqncf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((ice-9 ftw)



reply via email to

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