This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 31ba754c15 gnu: gdstk: Update to 1.0.0.
31ba754c15 is described below
commit 31ba754c15ebb80d859e3ad4df233db4cda98e6a
Author: Cayetano Santos <[email protected]>
AuthorDate: Sun Feb 22 20:18:02 2026 +0100
gnu: gdstk: Update to 1.0.0.
* gnu/packages/electronics.scm (gdstk): Update to 1.0.0.
[native-inputs]: Add python-minimal-wrapper.
Change-Id: I20e726961ce2d46aadf34709e48cf963fe1ddbd5
---
gnu/packages/electronics.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index a38838d7e9..f48ac6bbba 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -486,7 +486,7 @@ hardware designs in Verilog.")
(define-public gdstk
(package
(name "gdstk")
- (version "0.9.62")
+ (version "1.0.0")
(source
(origin
(method git-fetch)
@@ -494,7 +494,7 @@ hardware designs in Verilog.")
(url "https://github.com/heitzmann/gdstk")
(commit (string-append "v" version))))
(sha256
- (base32 "0q07g7h613yqszgs49vbnran3pz6yayc0hyisdnp4fi60cyzsz1l"))
+ (base32 "0if4i71gsx5p8hspmxhhdf1pj7ynkpdq74rybb1nbpjwg26fsd30"))
(file-name (git-file-name name version))
(snippet '(begin
;; This snippet is also inherited by python-gdstk.
@@ -519,6 +519,7 @@ hardware designs in Verilog.")
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "make" "examples")))))))
+ (native-inputs (list python-minimal-wrapper))
(inputs (list clipper qhull zlib))
(home-page "https://heitzmann.github.io/gdstk/")
(synopsis "Library for creation and manipulation of GDSII files")