mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
f70a74b2ff
commit
bb5eeffe6f
1 changed files with 3 additions and 3 deletions
|
@ -3446,9 +3446,9 @@ models in the STL and OFF file formats.")
|
|||
(license license:gpl2+))))
|
||||
|
||||
(define-public pythonscad
|
||||
(let ((commit "e2641ca1a208a9a54a034a8818a9774ad4d5867c")
|
||||
(let ((commit "e1d49035b8dd4cac187a03f04dd9de9d61972cbf")
|
||||
(version "0.0.0")
|
||||
(revision "0"))
|
||||
(revision "1"))
|
||||
(package
|
||||
(inherit openscad)
|
||||
(name "pythonscad")
|
||||
|
@ -3464,7 +3464,7 @@ models in the STL and OFF file formats.")
|
|||
;; deleted in the patch-source build phase.
|
||||
(recursive? #t)))
|
||||
(sha256
|
||||
(base32 "1i6yajamdrha2kpgyhn7jn6dv35qmgq0zsqv8cdzdqg5142v66ay"))
|
||||
(base32 "1q0ib5iz4l2vpi8208fghgwcfb0n7a0ypm1ch860dl0zd1p4zljz"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet #~(begin
|
||||
;; Delete all unbundled libraries to replace them with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue