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:
Guillaume Le Vaillant 2021-12-30 23:06:23 +01:00
parent c7d74a9bcc
commit e0ef09a86c
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -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