From aa7caa8c875a30751be41f4fda93061f514a59c8 Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Sun, 10 Mar 2024 08:43:32 +0000 Subject: px-device-runner: v0.1.3 --- 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 e2ef291..1aa6b82 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -161,14 +161,14 @@ to other applications, without root priviliges.") (define-public px-device-runner (package (name "px-device-runner") - (version "0.1.2") + (version "0.1.3") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "1yg5g3931jvrw1ph9s5f3y3dk55981p48jvcayxcmhj5ql9460nw")))) + (base32 "1c5385xb3kkk6jbjwfjkpr9mws5b33k9kcpaw6xwnlnwhr9y7x3m")))) (build-system python-build-system) (arguments `(#:tests? #f -- cgit v1.2.3