diff options
author | Franz Geffke <m@f-a.nz> | 2024-04-19 10:50:17 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-04-19 10:50:17 +0100 |
commit | 94b9a0362a1bad7e0b87c1bf7b3b3337f1b99781 (patch) | |
tree | ce0f23d8c6fd58a4e11c61e809a99aa257a95d74 /px/packages/device.scm | |
parent | c06e9e843bb8b2573a2a3e415ea5f5594e3ac87c (diff) |
px: px-device-runner: Update to v0.1.5
Diffstat (limited to 'px/packages/device.scm')
-rw-r--r-- | px/packages/device.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm index ab50590..fb1e587 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -167,7 +167,7 @@ to other applications, without root priviliges.") (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "13zblxd7hax7dr29i751dcxxwc5j9vmr1zjfqk8gy5ifbjh1rnz5")))) + (base32 "1kclkpav1sn2x7j3hwq3059a8xn5182xv9764rpry3rq6llhxg5g")))) (build-system python-build-system) (arguments `(#:tests? #f |