summaryrefslogtreecommitdiff
path: root/px/packages/device.scm
diff options
context:
space:
mode:
authorFranz Geffke <franz@pantherx.org>2024-03-07 17:14:41 +0000
committerFranz Geffke <franz@pantherx.org>2024-03-07 17:14:41 +0000
commit019a667c97b892856836857b0db0662631451602 (patch)
tree9c5b4fb8b6d6a4b1fe825e93bf52a00b0175cff7 /px/packages/device.scm
parent4a318819f5e84932ac69d9c46dd2b8b9ba1bcfb7 (diff)
sysinfo-daemon: v0.0.6
Diffstat (limited to 'px/packages/device.scm')
-rw-r--r--px/packages/device.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm
index 3f69630..0fb29d3 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.5")
+ (version "0.0.6")
(source
(origin
(method url-fetch)
(uri (string-append "https://source.pantherx.org/" name "_v" version
".tgz"))
(sha256
- (base32 "0wr1awpv05im85lx8xc54rm7hvx7dgy3l1x3p234yh8x55a5zclb"))))
+ (base32 "1mwh8zhqrq5xjfsv8hgg1w682cv0kbkqgijbgqmzdzwmiqr7amn2"))))
(build-system python-build-system)
(arguments
`(#:tests? #f
@@ -451,6 +451,7 @@ configuration file from commandline args and upload results to the server")
(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)))
(home-page "https://www.pantherx.org/")
(synopsis "Collect and submit detailed system info")