diff options
author | Franz Geffke <franz@pantherx.org> | 2024-02-23 23:21:47 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-02-23 23:21:47 +0000 |
commit | 213cdb96310598b042f37aeb93ddfdc603c7e421 (patch) | |
tree | 1c7ca580cc9804daee295c65670849fe2956a605 /px/packages/device.scm | |
parent | c81cc57d821b40d08b74a3df78a8f5366313d1e4 (diff) |
px-device-runner: v0.1.1
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 e8147d0..3fd1330 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.0.14") + (version "0.1.1") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "0sdyz81z8l0q99r09fymw2v6r9ylc7rkxxdwkbnm6lgch5pib36r")))) + (base32 "0hlh2h9phnjggv520873ynh6zc327b2anqzqms19qn35ah956xjc")))) (build-system python-build-system) (arguments `(#:tests? #f |