diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-11 08:50:44 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-11 10:53:37 +0100 |
| commit | b393d63b06681fe77f5e12935c095dd45bff267c (patch) | |
| tree | 94f69440d4da995243732c1a414071a1c713cc4f | |
| parent | 6d68127ff530548d3929f668802cad3eb30edd48 (diff) | |
gnu: klayout: Update to 0.30.7.
* gnu/packages/electronics.scm (klayout): Update to 0.30.7.
Change-Id: I63d285ce85a82ec05795d6a7a6fe8fa0c2342045
| -rw-r--r-- | gnu/packages/electronics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 4a325675c41..7086e2c47f1 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -861,7 +861,7 @@ used in the declarative section of design units.") (define-public klayout (package (name "klayout") - (version "0.30.6") ;keep in sync with python-klayout + (version "0.30.7") (source (origin (method git-fetch) (uri (git-reference @@ -870,7 +870,7 @@ used in the declarative section of design units.") (file-name (git-file-name name version)) (sha256 (base32 - "0p4achjlynhg5wc0zmxkzljx115l7vcg3mp3f8i8pjydv8visnh4")))) + "0xyrn9vhx871vm141hgsb9qrdim51vfk2mw8hcqyam1ixkbz5jjv")))) (build-system copy-build-system) (arguments (list |
