guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 68c4835479ef793f304cb1890e50df0fb9728e67
Author: Cayetano Santos <[email protected]>
AuthorDate: Sat Mar 7 09:19:42 2026 +0100

    gnu: klayout: Update to 0.30.6.
    
    * gnu/packages/electronics.scm (klayout): Update to 0.30.6.
    
    Change-Id: I5176af5d4834016f532e84d6fe5e6e6942083baa
---
 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 44f39cf65c..834e6ebb34 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.5")
+    (version "0.30.6")                  ;keep in sync with python-klayout
     (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
-               "1ixl8wzpiaw6frb28x9y9jy3fvhjclmn4xl77i72rs37rf4i2a2s"))))
+               "0p4achjlynhg5wc0zmxkzljx115l7vcg3mp3f8i8pjydv8visnh4"))))
     (build-system copy-build-system)
     (arguments
      (list

Reply via email to