guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: giac: Update to 1.6.0-31.


From: guix-commits
Subject: branch master updated: gnu: giac: Update to 1.6.0-31.
Date: Wed, 11 Nov 2020 08:14:36 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 191a4ce  gnu: giac: Update to 1.6.0-31.
191a4ce is described below

commit 191a4ced8efb98d66d547a3ee6c7b027120c7071
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Nov 11 14:14:17 2020 +0100

    gnu: giac: Update to 1.6.0-31.
    
    * gnu/packages/algebra.scm (giac): Update to 1.6.0-31.
---
 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 56d1d32..ed35a68 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -355,7 +355,7 @@ precision.")
 (define-public giac
   (package
     (name "giac")
-    (version "1.6.0-25")
+    (version "1.6.0-31")
     (source
      (origin
        (method url-fetch)
@@ -367,7 +367,7 @@ precision.")
                            "~parisse/debian/dists/stable/main/source/"
                            "giac_" version ".tar.gz"))
        (sha256
-        (base32 "11kik2csdg9wy0npiih21kaag0nc89i9ldgk7ak7gvf9ycddm6mh"))))
+        (base32 "1dr1y88sx2gzldn0zl6p8b1ngjjcmh89iv4kzyhi2cf74j3yw85m"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((ice-9 ftw)



reply via email to

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