guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: giac: Update to 1.9.0-23.


From: guix-commits
Subject: 04/04: gnu: giac: Update to 1.9.0-23.
Date: Sun, 23 Oct 2022 09:52:18 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b741f3057202ca7bd489d4faec444e8e0ee079e5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Oct 23 15:50:46 2022 +0200

    gnu: giac: Update to 1.9.0-23.
    
    * gnu/packages/algebra.scm (giac): Update to 1.9.0-23.
---
 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 d4b7810308..bec32fa1c5 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-21")
+    (version "1.9.0-23")
     (source
      (origin
        (method url-fetch)
@@ -339,7 +339,7 @@ precision.")
                            "~parisse/debian/dists/stable/main/source/"
                            "giac_" version ".tar.gz"))
        (sha256
-        (base32 "1zh7bf0ag4vbyyj5n8lbvy2ivp0kshms40ra5lq1ff035rpx230j"))
+        (base32 "07ksa9bcn7gl68v6z3pyhdnz91bj2aslaasq91bz9vbsjy83r3mr"))
        (patches
         ;; Patch borrowed from Sage math team.  Giac 1.9.0-21 does not build
         ;; since Pari-GP 2.15 upgrade.  Reported upstream here:



reply via email to

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