1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Cayetano Santos
2026-02-22 20:18:02 +01:00
parent 93fcd0ed7c
commit 31ba754c15

View File

@@ -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")