guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b393d63b06681fe77f5e12935c095dd45bff267c
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Mar 11 08:50:44 2026 +0100

    gnu: klayout: Update to 0.30.7.
    
    * gnu/packages/electronics.scm (klayout): Update to 0.30.7.
    
    Change-Id: I63d285ce85a82ec05795d6a7a6fe8fa0c2342045
---
 gnu/packages/electronics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 4a325675c4..7086e2c47f 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

Reply via email to