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


From: guix-commits
Subject: 01/01: gnu: giac: Update to 1.5.0-65.
Date: Sun, 29 Sep 2019 12:41:56 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0c80f7c47289aeba6b30d392d30257c2b0dc3fdd
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Sep 29 18:41:39 2019 +0200

    gnu: giac: Update to 1.5.0-65.
    
    * gnu/packages/algebra.scm (giac): Update to 1.5.0-65.
---
 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 c517f86..02058b2 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -344,7 +344,7 @@ precision.")
 (define-public giac
   (package
     (name "giac")
-    (version "1.5.0-63")
+    (version "1.5.0-65")
     (source (origin
               (method url-fetch)
               ;; "~parisse/giac" is not used because the maintainer regularly
@@ -356,7 +356,7 @@ precision.")
                                   "source/giac_" version ".tar.gz"))
               (sha256
                (base32
-                "1jp7awyp8j8w6fhn802z8ddbq1fxhkyk9xdf0mq0mm0chpkylwqk"))))
+                "1g2fp9vgy0gqjmi6mlc3ldfn8ryq3h4mfd7rcq5hs6ry21hblv30"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((ice-9 ftw)



reply via email to

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