summaryrefslogtreecommitdiff
path: root/px/packages/device.scm
diff options
context:
space:
mode:
authorFranz Geffke <m@f-a.nz>2024-04-11 21:30:28 +0100
committerFranz Geffke <m@f-a.nz>2024-04-11 21:30:28 +0100
commit241907d10de9ca52cac6c541087b5321ee49e880 (patch)
tree02fe3a6e1de899bad597740f7ddcaae2760f78aa /px/packages/device.scm
parent0ec5323239097cecaa99a0623e9d31baf6a220ae (diff)
px: sysinfo-daemon: Update to v0.0.8
Diffstat (limited to 'px/packages/device.scm')
-rw-r--r--px/packages/device.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm
index 649f997..e0d098d 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.7")
+ (version "0.0.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://source.pantherx.org/" name "_v" version
".tgz"))
(sha256
- (base32 "0s83fcbq3kb857y0l93gp5cc7hgn5caagprcd14psap10mx2i3n7"))))
+ (base32 "0f6535zc51pwvg93393im8lmjiqnbmjgi360lrsyjk1asi2qf802"))))
(build-system python-build-system)
(arguments
`(#:tests? #f