guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 10fa82b47e59550224246bcb4e530395a4f5d029
Author: nomike <nom...@nomike.com>
AuthorDate: Sat Sep 6 04:18:52 2025 +0200

    gnu: pythonscad: Update to 0.0.0-4-228aa7b.
    
     * gnu/packages/engineering.scm (pythonscad): Update to 0.0.0-4-228aa7b.
    
    Change-Id: I3dbcb8d02f32de73708eee0778950e1946a36759
    Signed-off-by: Maxim Cournoyer <ma...@guixotic.coop>
---
 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 36fc7c2ac3..638586c0db 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3223,9 +3223,9 @@ models in the STL and OFF file formats.")
       (license license:gpl2+))))
 
 (define-public pythonscad
-  (let ((commit "e1d49035b8dd4cac187a03f04dd9de9d61972cbf")
+  (let ((commit "228aa7b34821523d0dc413d9421bae204edabefe")
         (version "0.0.0")
-        (revision "1"))
+        (revision "4"))
     (package
       (inherit openscad)
       (name "pythonscad")
@@ -3241,7 +3241,7 @@ models in the STL and OFF file formats.")
                ;; deleted in the patch-source build phase.
                (recursive? #t)))
          (sha256
-          (base32 "1q0ib5iz4l2vpi8208fghgwcfb0n7a0ypm1ch860dl0zd1p4zljz"))
+          (base32 "133anxk4ksi0f8nx15sm564izq2fqni3w72pg54gwrx27zli9cbh"))
          (modules '((guix build utils)))
          (snippet #~(begin
                       ;; Delete all unbundled libraries to replace them with

Reply via email to