mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
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 <maxim@guixotic.coop>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user