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


From: guix-commits
Subject: 01/01: gnu: giac: Update to 1.5.0-63.
Date: Thu, 1 Aug 2019 18:08:25 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d9e3f9d9d7c087ee10ea5e8856f435ead44ca1d1
Author: Nicolas Goaziou <address@hidden>
Date:   Fri Aug 2 00:08:08 2019 +0200

    gnu: giac: Update to 1.5.0-63.
    
    * gnu/packages/algebra.scm (giac): Update to 1.5.0-63.
---
 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 1e21562..f801bca 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-61")
+    (version "1.5.0-63")
     (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
-                "050vzpqq77fhky32sbisc0ysimgp60xjv39q7y45jkaabdkmclwh"))))
+                "1jp7awyp8j8w6fhn802z8ddbq1fxhkyk9xdf0mq0mm0chpkylwqk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((ice-9 ftw)



reply via email to

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