diff options
author | Franz Geffke <m@f-a.nz> | 2024-05-13 10:07:35 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-05-13 10:07:35 +0100 |
commit | 9b9a143f1b100d45007560e699ab8154abc5391e (patch) | |
tree | a23fd4016879e6ef9fc12f5cfe50d30e5688cbce | |
parent | 9d24569469134d871cbe056e1e1b18fe2bedeab1 (diff) |
px: sysinfo-daemon: Update to v0.0.10
-rw-r--r-- | px/packages/device.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm index 9c173f2..d3ddd06 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -382,14 +382,14 @@ configuration file from commandline args and upload results to the server") (define-public sysinfo-daemon (package (name "sysinfo-daemon") - (version "0.0.9") + (version "0.0.10") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "0gpxhfmpflaj7mrcvbvx0gphcrxnqrx2ymmkky5ci494c6bikchb")))) + (base32 "0m4zyqxv2a6fk01x7f88wvp3w26wk17i9qgxh3il1q9089z000av")))) (build-system python-build-system) (arguments `(#:tests? #f |