This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 79127b953d  gnu: prusa-slicer: Update to 2.9.3.
79127b953d is described below

commit 79127b953d598feb4037036228a085a4d3e8aeec
Author: nomike <nom...@nomike.com>
AuthorDate: Thu Sep 18 04:31:37 2025 +0200

     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 <andr...@enge.fr>
---
 gnu/packages/engineering.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index eed78c6455..5c81061777 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -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

Reply via email to