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-75.


From: guix-commits
Subject: 01/01: gnu: giac: Update to 1.5.0-75.
Date: Sun, 1 Dec 2019 15:24:32 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c114e35024119f701de9368f4884b5910ff49a11
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Dec 1 21:24:20 2019 +0100

    gnu: giac: Update to 1.5.0-75.
    
    * gnu/packages/algebra.scm (giac): Update to 1.5.0-75.
---
 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 f626c0d..6afd559 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -345,7 +345,7 @@ precision.")
 (define-public giac
   (package
     (name "giac")
-    (version "1.5.0-69")
+    (version "1.5.0-75")
     (source (origin
               (method url-fetch)
               ;; "~parisse/giac" is not used because the maintainer regularly
@@ -357,7 +357,7 @@ precision.")
                                   "source/giac_" version ".tar.gz"))
               (sha256
                (base32
-                "05l1qa2kfmvsbp0iqjmg3ixkcqa3h9ry1mjpcps52bxw05s3k1z9"))))
+                "1k94xl6hvy9xqwc3ccgnhpdqgq3lkjbgpgq0njizmlg514dh2jhq"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((ice-9 ftw)



reply via email to

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