diff options
author | Franz Geffke <m@f-a.nz> | 2024-04-19 10:30:49 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-04-19 10:30:49 +0100 |
commit | ec43e643fe1a37483a91e64eb85d21a827d7bc38 (patch) | |
tree | a0664e9efd3866d560ab3cfa3844a32b3eb321d5 /px | |
parent | b91c71559805c4abb65f92bc9679eba7a5dc10be (diff) |
px: px-device-runner: Update to v0.1.4
Diffstat (limited to 'px')
-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) |