summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-02-22 20:18:02 +0100
committerCayetano Santos <csantosb@inventati.org>2026-02-22 20:18:02 +0100
commit31ba754c15ebb80d859e3ad4df233db4cda98e6a (patch)
tree5000b406cc65d6418610b4647f46091792a64635 /gnu/packages
parent93fcd0ed7c7770e0ba667886dea65509bf4d5e49 (diff)
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
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/electronics.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index a38838d7e9d..f48ac6bbba2 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")