guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6d68127ff530548d3929f668802cad3eb30edd48
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Mar 11 08:48:17 2026 +0100

    gnu: python-klayout: Use klayout sources.
    
    * gnu/packages/electronics.scm (python-klayout)[version, source]:
    Identify with that of klayout.
    
    Change-Id: I5886a5ceec93c930608549ef63bf42027b3fd246
---
 gnu/packages/electronics.scm | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index a5e1007f44..4a325675c4 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -2601,16 +2601,8 @@ for @acronym{EDA, elecronic design automation} and chip 
design.")))
 (define-public python-klayout
   (package
     (name "python-klayout")
-    (version "0.30.6")                  ;keep in sync with klayout
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/klayout/klayout";)
-             (commit (string-append "v" version))))
-       (sha256
-        (base32 "0p4achjlynhg5wc0zmxkzljx115l7vcg3mp3f8i8pjydv8visnh4"))
-       (file-name (git-file-name name version))))
+    (version (package-version klayout))
+    (source (package-source klayout))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to