guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: giac: Update to 1.9.0-29.


From: guix-commits
Subject: 06/07: gnu: giac: Update to 1.9.0-29.
Date: Tue, 8 Nov 2022 16:23:36 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 79f7c4a0618fd65b264cc065253d3e51f923461c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Nov 8 21:41:27 2022 +0100

    gnu: giac: Update to 1.9.0-29.
    
    * gnu/packages/algebra.scm (giac): Update to 1.9.0-29.
---
 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 3e27c349ed..a2e17e84a3 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -327,7 +327,7 @@ precision.")
 (define-public giac
   (package
     (name "giac")
-    (version "1.9.0-27")
+    (version "1.9.0-29")
     (source
      (origin
        (method url-fetch)
@@ -339,7 +339,7 @@ precision.")
                            "~parisse/debian/dists/stable/main/source/"
                            "giac_" version ".tar.gz"))
        (sha256
-        (base32 "1q6m45svicxq76lp05djxh4x24yxi370dqdlc2js1cjxzzxj5ln5"))))
+        (base32 "03hbg5b0xmdfp919mxn5lsard1mwg1kcm9xrm8gk7wnmr9r1adgn"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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