mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: prusa-slicer: Update to 2.4.0.
* gnu/packages/engineering.scm (prusa-slicer): Update to 2.4.0. [inputs]: Remove labels.
This commit is contained in:
parent
c7d74a9bcc
commit
e0ef09a86c
1 changed files with 26 additions and 26 deletions
|
@ -3186,7 +3186,7 @@ (define-public libigl
|
||||||
(define-public prusa-slicer
|
(define-public prusa-slicer
|
||||||
(package
|
(package
|
||||||
(name "prusa-slicer")
|
(name "prusa-slicer")
|
||||||
(version "2.3.3")
|
(version "2.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3195,7 +3195,7 @@ (define-public prusa-slicer
|
||||||
(url "https://github.com/prusa3d/PrusaSlicer")
|
(url "https://github.com/prusa3d/PrusaSlicer")
|
||||||
(commit (string-append "version_" version))))
|
(commit (string-append "version_" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256 (base32 "0w0synqi3iz9aigsgv6x1c6sg123fasbx19h4w3ic1l48r8qmpwm"))
|
(sha256 (base32 "1mb7v0khrmsgy3inmh4mjn709jlhx422kvbnrhsqziph2wwak9bz"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -3230,30 +3230,30 @@ (define-public prusa-slicer
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
(list boost
|
||||||
("cereal" ,cereal)
|
cereal
|
||||||
("cgal" ,cgal)
|
cgal
|
||||||
("curl" ,curl)
|
curl
|
||||||
("dbus" ,dbus)
|
dbus
|
||||||
("eigen" ,eigen)
|
eigen
|
||||||
("expat" ,expat)
|
expat
|
||||||
("glew" ,glew)
|
glew
|
||||||
("glib" ,glib)
|
glib
|
||||||
("gmp" ,gmp)
|
gmp
|
||||||
("gtk" ,gtk+)
|
gtk+
|
||||||
("hidapi" ,hidapi)
|
hidapi
|
||||||
("ilmbase" ,ilmbase)
|
ilmbase
|
||||||
("libigl" ,libigl)
|
libigl
|
||||||
("libpng" ,libpng)
|
libpng
|
||||||
("mesa" ,mesa)
|
mesa
|
||||||
("mpfr" ,mpfr)
|
mpfr
|
||||||
("nlopt" ,nlopt)
|
nlopt
|
||||||
("openvdb" ,openvdb)
|
openvdb
|
||||||
("pango" ,pango)
|
pango
|
||||||
("tbb" ,tbb)
|
tbb
|
||||||
("udev" ,eudev)
|
eudev
|
||||||
("wxwidgets" ,wxwidgets)
|
wxwidgets
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(home-page "https://www.prusa3d.com/prusaslicer/")
|
(home-page "https://www.prusa3d.com/prusaslicer/")
|
||||||
(synopsis "G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)")
|
(synopsis "G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)")
|
||||||
(description "PrusaSlicer takes 3D models (STL, OBJ, AMF) and converts them into
|
(description "PrusaSlicer takes 3D models (STL, OBJ, AMF) and converts them into
|
||||||
|
|
Loading…
Reference in a new issue