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

commit 6751ef17645377bf4c9e7dccecf6b682d43c022a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Sep 21 19:27:20 2026 +0100

    gnu: Add giza-1.
    
    * gnu/packages/maths.scm (giza-1): New variable.
---
 gnu/packages/maths.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 78b5112a74c..6f8bb2afbf1 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1707,6 +1707,21 @@ in the terminal or with an external viewer.")
 @code{cairo} that provides uniform output to multiple devices.")
     (license license:gpl2+)))
 
+(define-public giza-1
+  (package
+    (inherit giza)
+    (name "giza")
+    (version "1.5.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/danieljprice/giza";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1qair5j6rq17hwvyxl6k2n4hkvgjw5wczmfzn7qh7kcv3qpg9p5l"))))))
+
 (define-public gnuplot
   (package
     (name "gnuplot")

Reply via email to