guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit f0545defb524d25f4fd770c6e7d897a8b47d2822
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 20 21:21:09 2026 +0100

    gnu: giza: Update to 2.0.0.
    
    * gnu/packages/maths.scm (giza): Update to 2.0.0.
---
 gnu/packages/maths.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index c27b60ddf29..78b5112a74c 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1667,7 +1667,7 @@ in the terminal or with an external viewer.")
 (define-public giza
   (package
     (name "giza")
-    (version "1.5.0")
+    (version "2.0.0")
     (source
      (origin
        (method git-fetch)
@@ -1676,7 +1676,7 @@ in the terminal or with an external viewer.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qair5j6rq17hwvyxl6k2n4hkvgjw5wczmfzn7qh7kcv3qpg9p5l"))))
+        (base32 "0c5p7vhbbwmk8cgmnhzpdmpc9b1wdwbi024xdjg8hlm68dbrwrzg"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -1687,7 +1687,7 @@ in the terminal or with an external viewer.")
               (system "Xvfb :99 -screen 0 1920x1080x24 &")
               (setenv "DISPLAY" ":99")))
           ;; Tests are interactive, see
-          ;; 
<https://github.com/danieljprice/giza/blob/v1.5.0/.github/workflows/build.yml#L52>.
+          ;; 
<https://github.com/danieljprice/giza/blob/v2.0.0/.github/workflows/build.yml#L52>.
           (replace 'check
             (lambda* (#:key tests? #:allow-other-keys)
               (when tests?

Reply via email to