From 84fe5e321e8af7c0084c38ce3709c97ade9a65ac Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Thu, 11 Apr 2024 19:48:55 +0100 Subject: px: px-device-runner: Update to v0.1.4 --- px/packages/device.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/px/packages/device.scm b/px/packages/device.scm index 32d3a16..24b9d60 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.3") + (version "0.1.4") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "1c5385xb3kkk6jbjwfjkpr9mws5b33k9kcpaw6xwnlnwhr9y7x3m")))) + (base32 "13zblxd7hax7dr29i751dcxxwc5j9vmr1zjfqk8gy5ifbjh1rnz5")))) (build-system python-build-system) (arguments `(#:tests? #f -- cgit v1.2.3