diff options
author | Franz Geffke <franz@pantherx.org> | 2024-03-10 08:43:32 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-03-10 08:43:32 +0000 |
commit | aa7caa8c875a30751be41f4fda93061f514a59c8 (patch) | |
tree | 91b4c78e975c666efa6b723021be127f38f2deb3 /px/packages/device.scm | |
parent | 41f8376f8fa758cef97066db503283cfc2aeed65 (diff) |
px-device-runner: v0.1.3
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 e2ef291..1aa6b82 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -161,14 +161,14 @@ to other applications, without root priviliges.") (define-public px-device-runner (package (name "px-device-runner") - (version "0.1.2") + (version "0.1.3") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "1yg5g3931jvrw1ph9s5f3y3dk55981p48jvcayxcmhj5ql9460nw")))) + (base32 "1c5385xb3kkk6jbjwfjkpr9mws5b33k9kcpaw6xwnlnwhr9y7x3m")))) (build-system python-build-system) (arguments `(#:tests? #f |