diff options
author | Franz Geffke <franz@pantherx.org> | 2024-02-28 10:37:13 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-02-28 10:37:13 +0000 |
commit | 077956730ad12379bd68ec5e3f24042efaff019c (patch) | |
tree | cd49374e80c96f0cc70b35634c9d0c1e165486d2 | |
parent | e81c84458b62a8e6bb88dc73a4e693146b9ce2c5 (diff) |
sysinfo-daemon: v0.0.4
-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 3fd1330..c229952 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -408,14 +408,14 @@ configuration file from commandline args and upload results to the server") (define-public sysinfo-daemon (package (name "sysinfo-daemon") - (version "0.0.3") + (version "0.0.4") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "0cngbrwanmc65fmnglrkl36sqq6wljsr301fg65msiq3a9zbnkjk")))) + (base32 "0fkayxdazy6sqzzz190zmnji7b22gmn01935zrfgdzfywz8sxsjx")))) (build-system python-build-system) (arguments `(#:tests? #f |