mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: prusa-libbgcode: Update to 0.0.0-1.5041c09.
* gnu/packages/engineering.scm (prusa-libbgcode): Update to 0.0.0-1.5041c09. [native-inputs]: Replace catch2 by catch2-3.8. Change-Id: I2599e647acbed54d9cc282e001f7aa87d89f8f28
This commit is contained in:
@@ -4567,10 +4567,10 @@ visualization, matrix manipulation.")
|
||||
(license (list license:gpl3 license:mpl2.0))))
|
||||
|
||||
(define-public prusa-libbgcode
|
||||
;; Use the latest commit since there are no proper releases nor tags, see
|
||||
;; Use the same commit as in the PrusaSlicer repository.
|
||||
;; <https://github.com/prusa3d/libbgcode/issues/31>.
|
||||
(let ((commit "8ae75bd0eea622f0e34cae311b3bd065b55eae9b")
|
||||
(revision "0"))
|
||||
(let ((commit "5041c093b33e2748e76d6b326f2251310823f3df")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "prusa-libbgcode")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
@@ -4582,8 +4582,8 @@ visualization, matrix manipulation.")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0fjx2ijz9zqpqs486lcrrrhqvmfzrpb8j6v57l0jiynavwv3kznw"))))
|
||||
(native-inputs (list catch2))
|
||||
(base32 "0ivc0zhpf0gz55jfj0gbkff6yw5gpwazk94asldzznn7x9jmbb0i"))))
|
||||
(native-inputs (list catch2-3.8))
|
||||
(propagated-inputs (list zlib boost heatshrink))
|
||||
(build-system cmake-build-system)
|
||||
(home-page "https://github.com/prusa3d/libbgcode")
|
||||
|
||||
Reference in New Issue
Block a user