This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new adcfe2902b gnu: pythonscad: Update to 0.0.0-5.92071af.
adcfe2902b is described below

commit adcfe2902bed4d86bd49c8b6414a86b26eda5c42
Author: nomike <[email protected]>
AuthorDate: Fri Oct 10 01:04:46 2025 +0200

    gnu: pythonscad: Update to 0.0.0-5.92071af.
    
    * gnu/packages/engineering.scm (pythonscad): Update to 0.0.0-5.92071af.
    
    Change-Id: I5bb18ca9192be62f937c141ded32bdd41fcb5dbc
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 gnu/packages/engineering.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 9d7b840aec..889de1cb43 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3174,9 +3174,9 @@ models in the STL and OFF file formats.")
       (license license:gpl2+))))
 
 (define-public pythonscad
-  (let ((commit "228aa7b34821523d0dc413d9421bae204edabefe")
+  (let ((commit "92071afdffa6e2f6d99fe7e695c40044ec8aa16a")
         (version "0.0.0")
-        (revision "4"))
+        (revision "5"))
     (package
       (inherit openscad)
       (name "pythonscad")
@@ -3192,7 +3192,7 @@ models in the STL and OFF file formats.")
                ;; deleted in the patch-source build phase.
                (recursive? #t)))
          (sha256
-          (base32 "133anxk4ksi0f8nx15sm564izq2fqni3w72pg54gwrx27zli9cbh"))
+          (base32 "1ivjbcf52xzavyrld5xjii7yrqf27c244ndzvysrdaz53s06nk90"))
          (modules '((guix build utils)))
          (snippet #~(begin
                       ;; Delete all unbundled libraries to replace them with

Reply via email to