gnu: prusa-slicer: Update to 2.9.3.

* gnu/packages/engineering.scm (prusa-slicer): Update to 2.9.3.
 [inputs]: Add nlohmann-json.

Change-Id: I47a2830baabcbcfe9690f91fba5096a58bc07a3e
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
nomike 2025-09-18 04:31:37 +02:00 committed by Andreas Enge
parent 1254705b89
commit 79127b953d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -4496,7 +4496,7 @@ G-codes to binary and vice versa.")
(define-public prusa-slicer
(package
(name "prusa-slicer")
(version "2.9.2")
(version "2.9.3")
(source
(origin
(method git-fetch)
@ -4505,7 +4505,7 @@ G-codes to binary and vice versa.")
(url "https://github.com/prusa3d/PrusaSlicer")
(commit (string-append "version_" version))))
(file-name (git-file-name name version))
(sha256 (base32 "05zwwhqv3fjg9rx6a4ga55f4ic1136f6lwms0kb4kaq50w9dvxwg"))
(sha256 (base32 "15m015fr6yd41dbh26p93xyc320w1j7drr0rkfhsgi1x3np8fsq7"))
(patches (search-patches "prusa-slicer-add-cmake-module.patch"))
(modules '((guix build utils)))
(snippet
@ -4592,6 +4592,7 @@ G-codes to binary and vice versa.")
mesa
mpfr
nanosvg
nlohmann-json
nlopt
opencascade-occt-7.6.1
openssl