From a712cc5c96c667e6949fd8db330648620b77216a Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Wed, 15 May 2024 11:10:05 +0100 Subject: px: px-device-runner: Update to v0.2.0 --- px/packages/device.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'px/packages/device.scm') 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 -- cgit v1.2.3