diff options
author | Franz Geffke <m@f-a.nz> | 2024-04-11 19:48:55 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-04-11 19:48:55 +0100 |
commit | 84fe5e321e8af7c0084c38ce3709c97ade9a65ac (patch) | |
tree | 2bfcdf78c8a982fd085e6b1595b37eb2bfa82d88 /px/packages/device.scm | |
parent | 9465109f4eff6206586ca6cff40e818a3cf68e9a (diff) |
px: px-device-runner: Update to v0.1.4
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 32d3a16..24b9d60 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -160,14 +160,14 @@ to other applications, without root priviliges.") (define-public px-device-runner (package (name "px-device-runner") - (version "0.1.3") + (version "0.1.4") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "1c5385xb3kkk6jbjwfjkpr9mws5b33k9kcpaw6xwnlnwhr9y7x3m")))) + (base32 "13zblxd7hax7dr29i751dcxxwc5j9vmr1zjfqk8gy5ifbjh1rnz5")))) (build-system python-build-system) (arguments `(#:tests? #f |