diff options
author | Franz Geffke <m@f-a.nz> | 2024-05-15 11:10:05 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-05-15 11:10:05 +0100 |
commit | a712cc5c96c667e6949fd8db330648620b77216a (patch) | |
tree | 160aa1ffd37102c65379e43d246323379601f0a3 /px/packages/device.scm | |
parent | 9b9a143f1b100d45007560e699ab8154abc5391e (diff) |
px: px-device-runner: Update to v0.2.0
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 d3ddd06..dcd6afd 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.1.6") + (version "0.2.0") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "0xwjrlcnawmzqa7xk9fwky302w43js3v572rvlkgv8i4765piirh")))) + (base32 "0zas25wwdx0av00bi2zsai8j35lygyhczds173g41qmrsn5rny3k")))) (build-system python-build-system) (arguments `(#:tests? #f |