From 53de38e09fa9a9138dbdc3678382a80881cfab81 Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Fri, 8 Mar 2024 10:23:31 +0000 Subject: sysinfo-daemon: v0.0.7 --- px/packages/device.scm | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/px/packages/device.scm b/px/packages/device.scm index 0fb29d3..3654d2f 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -409,14 +409,14 @@ configuration file from commandline args and upload results to the server") (define-public sysinfo-daemon (package (name "sysinfo-daemon") - (version "0.0.6") + (version "0.0.7") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "1mwh8zhqrq5xjfsv8hgg1w682cv0kbkqgijbgqmzdzwmiqr7amn2")))) + (base32 "0s83fcbq3kb857y0l93gp5cc7hgn5caagprcd14psap10mx2i3n7")))) (build-system python-build-system) (arguments `(#:tests? #f @@ -448,11 +448,12 @@ configuration file from commandline args and upload results to the server") ("tpm2-tss" ,tpm2-tss-openssl-1.1) ("tpm2-tss-engine" ,tpm2-tss-engine))) (native-inputs `(("pkg-config" ,pkg-config))) - (propagated-inputs `(("px-device-identity" ,px-device-identity) - ("python-py-cpuinfo" ,python-py-cpuinfo) - ("python-requests" ,python-requests) - ("python-psutil" ,python-psutil) - ("px-python-shared" ,px-python-shared))) + (propagated-inputs (list px-device-identity + px-python-shared + python-py-cpuinfo + python-requests + python-psutil + procps)) (home-page "https://www.pantherx.org/") (synopsis "Collect and submit detailed system info") (description -- cgit v1.2.3