diff options
author | Franz Geffke <franz@pantherx.org> | 2024-02-29 20:34:04 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-02-29 20:34:04 +0000 |
commit | 431a864618760a30b21f7e8d21c8d5ac10ba5dab (patch) | |
tree | 16249e3002ab0f1a1deece9f99e68734820d950c /px/packages/device.scm | |
parent | 26db0202f94a5efe7e1d8abf925096d9b994d909 (diff) |
sysinfo-daemon: v0.0.5
Diffstat (limited to 'px/packages/device.scm')
-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 0d1c064..2c70868 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.4") + (version "0.0.5") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "0fkayxdazy6sqzzz190zmnji7b22gmn01935zrfgdzfywz8sxsjx")))) + (base32 "0wr1awpv05im85lx8xc54rm7hvx7dgy3l1x3p234yh8x55a5zclb")))) (build-system python-build-system) (arguments `(#:tests? #f |