From 41f8376f8fa758cef97066db503283cfc2aeed65 Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Fri, 8 Mar 2024 21:06:15 +0000 Subject: px-device-runner: v0.1.2 --- px/packages/device.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/px/packages/device.scm b/px/packages/device.scm index 3654d2f..e2ef291 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.1") + (version "0.1.2") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "0hlh2h9phnjggv520873ynh6zc327b2anqzqms19qn35ah956xjc")))) + (base32 "1yg5g3931jvrw1ph9s5f3y3dk55981p48jvcayxcmhj5ql9460nw")))) (build-system python-build-system) (arguments `(#:tests? #f @@ -201,7 +201,8 @@ to other applications, without root priviliges.") ("tpm2-tss-engine" ,tpm2-tss-engine))) (native-inputs `(("pkg-config" ,pkg-config))) (propagated-inputs `(("px-device-identity" ,px-device-identity) - ("python-requests" ,python-requests))) + ("python-requests" ,python-requests) + ("px-python-shared" ,px-python-shared))) (home-page "https://www.pantherx.org/") (synopsis "PantherX Device Runner") (description -- cgit v1.2.3