diff options
-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 7720f05..d76af58 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -160,7 +160,7 @@ to other applications, without root priviliges.") (define-public px-device-runner (package (name "px-device-runner") - (version "0.1.4") + (version "0.1.5") (source (origin (method url-fetch) |