diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-12-30 23:06:23 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-12-30 23:06:23 +0100 |
commit | e0ef09a86c108805ae294fc0ce8d638e420f206d (patch) | |
tree | 4ce73fe0929be27670f144d806f6b187a57de294 /gnu/packages | |
parent | c7d74a9bccfc1b1274fc8754a6e78bb6887c7fea (diff) |
gnu: prusa-slicer: Update to 2.4.0.
* gnu/packages/engineering.scm (prusa-slicer): Update to 2.4.0.
[inputs]: Remove labels.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/engineering.scm | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 4265c4134c..cdc720d396 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -3186,7 +3186,7 @@ visualization, matrix manipulation.") (define-public prusa-slicer (package (name "prusa-slicer") - (version "2.3.3") + (version "2.4.0") (source (origin (method git-fetch) @@ -3195,7 +3195,7 @@ visualization, matrix manipulation.") (url "https://github.com/prusa3d/PrusaSlicer") (commit (string-append "version_" version)))) (file-name (git-file-name name version)) - (sha256 (base32 "0w0synqi3iz9aigsgv6x1c6sg123fasbx19h4w3ic1l48r8qmpwm")) + (sha256 (base32 "1mb7v0khrmsgy3inmh4mjn709jlhx422kvbnrhsqziph2wwak9bz")) (modules '((guix build utils))) (snippet '(begin @@ -3230,30 +3230,30 @@ visualization, matrix manipulation.") (native-inputs (list pkg-config)) (inputs - `(("boost" ,boost) - ("cereal" ,cereal) - ("cgal" ,cgal) - ("curl" ,curl) - ("dbus" ,dbus) - ("eigen" ,eigen) - ("expat" ,expat) - ("glew" ,glew) - ("glib" ,glib) - ("gmp" ,gmp) - ("gtk" ,gtk+) - ("hidapi" ,hidapi) - ("ilmbase" ,ilmbase) - ("libigl" ,libigl) - ("libpng" ,libpng) - ("mesa" ,mesa) - ("mpfr" ,mpfr) - ("nlopt" ,nlopt) - ("openvdb" ,openvdb) - ("pango" ,pango) - ("tbb" ,tbb) - ("udev" ,eudev) - ("wxwidgets" ,wxwidgets) - ("zlib" ,zlib))) + (list boost + cereal + cgal + curl + dbus + eigen + expat + glew + glib + gmp + gtk+ + hidapi + ilmbase + libigl + libpng + mesa + mpfr + nlopt + openvdb + pango + tbb + eudev + wxwidgets + zlib)) (home-page "https://www.prusa3d.com/prusaslicer/") (synopsis "G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)") (description "PrusaSlicer takes 3D models (STL, OBJ, AMF) and converts them into |