diff options
Diffstat (limited to 'px')
-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 |