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


From: guix-commits
Subject: 01/01: gnu: giac: Update to 1.5.0-61.
Date: Mon, 1 Jul 2019 18:42:05 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7242d5792b9aee67da30cbe21b1b20265c12248d
Author: Nicolas Goaziou <address@hidden>
Date:   Tue Jul 2 00:38:36 2019 +0200

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



reply via email to

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