[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51314] [PATCH 27/29] gnu: Add octoprint-firmwarecheck.
From: |
Vinicius Monego |
Subject: |
[bug#51314] [PATCH 27/29] gnu: Add octoprint-firmwarecheck. |
Date: |
Thu, 21 Oct 2021 04:01:58 +0000 |
* gnu/packages/printers.scm (octoprint-firmwarecheck): New variable.
---
gnu/packages/printers.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/printers.scm b/gnu/packages/printers.scm
index ac79d57aba..934cb55f47 100644
--- a/gnu/packages/printers.scm
+++ b/gnu/packages/printers.scm
@@ -53,6 +53,28 @@ your Pi in the UI and also alerts you about undervoltage or
overheating issues
observed on your Pi or if your Pi is unsupported.")
(license license:agpl3)))
+(define-public octoprint-firmwarecheck
+ (package
+ (name "octoprint-firmwarecheck")
+ (version "2021.10.11")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "OctoPrint-FirmwareCheck" version))
+ (sha256
+ (base32 "17prs0rmzglw75gkf6j7qypxisjvcfk2mbsyfqrjdbwg99i62s2h"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:tests? #f)) ; no tests
+ (home-page "https://github.com/OctoPrint/OctoPrint-FirmwareCheck";)
+ (synopsis "Plugin to check for unsafe or broken printer firmwares")
+ (description "The Firmware Check plugin tries to identify printers
+or rather printer firmware with known safety issues, such as disabled
+thermal runaway protection, or other kinds of severe issues, like known
+communication crippling bugs, and displays a warning box to logged in users
+on identification of such a firmware.")
+ (license license:agpl3)))
+
(define-public robocut
(package
(name "robocut")
--
2.30.2
- [bug#51314] [PATCH 16/29] gnu: python-feedparser: Update to 6.0.8., (continued)
- [bug#51314] [PATCH 16/29] gnu: python-feedparser: Update to 6.0.8., Vinicius Monego, 2021/10/21
- [bug#51314] [PATCH 08/29] gnu: python-flask: Respect #:tests?., Vinicius Monego, 2021/10/21
- [bug#51314] [PATCH 18/29] gnu: python-netifaces: Update to 0.11.0., Vinicius Monego, 2021/10/21
- [bug#51314] [PATCH 07/29] gnu: python-flask: Update to 1.1.4., Vinicius Monego, 2021/10/21
- [bug#51314] [PATCH 11/29] gnu: Add python-zipstream-new., Vinicius Monego, 2021/10/21
- [bug#51314] [PATCH 23/29] gnu: python-zeroconf: Update to 0.33.4., Vinicius Monego, 2021/10/21
- [bug#51314] [PATCH 24/29] gnu: python-wrapt: Update to 1.12.1., Vinicius Monego, 2021/10/21
- [bug#51314] [PATCH 26/29] gnu: Add octoprint-pisupport., Vinicius Monego, 2021/10/21
- [bug#51314] [PATCH 25/29] gnu: python-wrapt: Enable tests., Vinicius Monego, 2021/10/21
- [bug#51314] [PATCH 29/29] gnu: Add octoprint., Vinicius Monego, 2021/10/21
- [bug#51314] [PATCH 27/29] gnu: Add octoprint-firmwarecheck.,
Vinicius Monego <=
- [bug#51314] [PATCH 28/29] gnu: Add octoprint-filecheck., Vinicius Monego, 2021/10/21