guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: giac: Update to 1.7.0-35.


From: guix-commits
Subject: 05/05: gnu: giac: Update to 1.7.0-35.
Date: Sun, 3 Oct 2021 15:48:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f7f7b9f423fe0056c2d1f90c8063d6a92dee25c9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Oct 3 21:47:59 2021 +0200

    gnu: giac: Update to 1.7.0-35.
    
    * gnu/packages/algebra.scm (giac): Update to 1.7.0-35.
---
 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 02460fa..285d858 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -343,7 +343,7 @@ precision.")
 (define-public giac
   (package
     (name "giac")
-    (version "1.7.0-33")
+    (version "1.7.0-35")
     (source
      (origin
        (method url-fetch)
@@ -355,7 +355,7 @@ precision.")
                            "~parisse/debian/dists/stable/main/source/"
                            "giac_" version ".tar.gz"))
        (sha256
-        (base32 "0kz2q5vjynplbybn6j3qk11ww1dr72pqsm9gp9w2hb3h9gv4gk9w"))))
+        (base32 "1qfvl2nj6lpm0zhgdqqnamaj9rgx8rh7p3xnq37yjabys6y62yg1"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((ice-9 ftw)



reply via email to

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