diff options
author | Franz Geffke <franz@pantherx.org> | 2024-03-08 21:06:15 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-03-08 21:06:15 +0000 |
commit | 41f8376f8fa758cef97066db503283cfc2aeed65 (patch) | |
tree | a4dbd12dff195a4b69aa7bd741a5b906b0b583ca /px/packages/device.scm | |
parent | 53de38e09fa9a9138dbdc3678382a80881cfab81 (diff) |
px-device-runner: v0.1.2
Diffstat (limited to 'px/packages/device.scm')
-rw-r--r-- | px/packages/device.scm | 7 |
1 files 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 |