diff options
author | Franz Geffke <m@f-a.nz> | 2024-04-19 10:49:04 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-04-19 10:49:04 +0100 |
commit | c06e9e843bb8b2573a2a3e415ea5f5594e3ac87c (patch) | |
tree | 85fcc58a3904002b347ceb2753a466fb6c1f5ba8 /px | |
parent | ec43e643fe1a37483a91e64eb85d21a827d7bc38 (diff) |
px: sysinfo-daemon: Update to v0.0.9
Diffstat (limited to 'px')
-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 d76af58..ab50590 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.8") + (version "0.0.9") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "0f6535zc51pwvg93393im8lmjiqnbmjgi360lrsyjk1asi2qf802")))) + (base32 "0gpxhfmpflaj7mrcvbvx0gphcrxnqrx2ymmkky5ci494c6bikchb")))) (build-system python-build-system) (arguments `(#:tests? #f |