mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
gnu: prusa-slicer: Update to 2.4.2
* gnu/packages/engineering.scm (prusa-slicer): Update to 2.4.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
committed by
Guillaume Le Vaillant
parent
0ea51a8177
commit
ad002d1541
@@ -33,6 +33,7 @@
|
|||||||
;;; Copyright © 2022 Malte Frank Gerdes <malte.f.gerdes@gmail.com>
|
;;; Copyright © 2022 Malte Frank Gerdes <malte.f.gerdes@gmail.com>
|
||||||
;;; Copyright © 2022 Konstantinos Agiannis <agiannis.kon@gmail.com>
|
;;; Copyright © 2022 Konstantinos Agiannis <agiannis.kon@gmail.com>
|
||||||
;;; Copyright © 2022 Greg Hogan <code@greghogan.com>
|
;;; Copyright © 2022 Greg Hogan <code@greghogan.com>
|
||||||
|
;;; Copyright © 2022 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
@@ -3169,7 +3170,7 @@ visualization, matrix manipulation.")
|
|||||||
(define-public prusa-slicer
|
(define-public prusa-slicer
|
||||||
(package
|
(package
|
||||||
(name "prusa-slicer")
|
(name "prusa-slicer")
|
||||||
(version "2.4.1")
|
(version "2.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -3178,7 +3179,7 @@ visualization, matrix manipulation.")
|
|||||||
(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 "0q1m8fcz39s03r9csq411ss8vbbpjx45icj8vgkysy8hqgqz3gz0"))
|
(sha256 (base32 "17p56f0zmiryy8k4da02in1l6yxniz286gf9yz8s1gaz5ksqj4af"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|||||||
Reference in New Issue
Block a user