gnu: pythonscad: Update to 0.0.0-1-e1d4903.

* gnu/packages/engineering.scm (pythonscad): Update to 0.0.0-0-e1d4903.

Change-Id: I74365812dddef885acb240c9ed233e7c87c001cf
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
nomike 2025-08-06 02:32:01 +02:00 committed by Danny Milosavljevic
parent f70a74b2ff
commit bb5eeffe6f
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -3446,9 +3446,9 @@ models in the STL and OFF file formats.")
(license license:gpl2+)))) (license license:gpl2+))))
(define-public pythonscad (define-public pythonscad
(let ((commit "e2641ca1a208a9a54a034a8818a9774ad4d5867c") (let ((commit "e1d49035b8dd4cac187a03f04dd9de9d61972cbf")
(version "0.0.0") (version "0.0.0")
(revision "0")) (revision "1"))
(package (package
(inherit openscad) (inherit openscad)
(name "pythonscad") (name "pythonscad")
@ -3464,7 +3464,7 @@ models in the STL and OFF file formats.")
;; deleted in the patch-source build phase. ;; deleted in the patch-source build phase.
(recursive? #t))) (recursive? #t)))
(sha256 (sha256
(base32 "1i6yajamdrha2kpgyhn7jn6dv35qmgq0zsqv8cdzdqg5142v66ay")) (base32 "1q0ib5iz4l2vpi8208fghgwcfb0n7a0ypm1ch860dl0zd1p4zljz"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet #~(begin (snippet #~(begin
;; Delete all unbundled libraries to replace them with ;; Delete all unbundled libraries to replace them with