From 213cdb96310598b042f37aeb93ddfdc603c7e421 Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Fri, 23 Feb 2024 23:21:47 +0000 Subject: px-device-runner: v0.1.1 --- 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 e8147d0..3fd1330 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.0.14") + (version "0.1.1") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "0sdyz81z8l0q99r09fymw2v6r9ylc7rkxxdwkbnm6lgch5pib36r")))) + (base32 "0hlh2h9phnjggv520873ynh6zc327b2anqzqms19qn35ah956xjc")))) (build-system python-build-system) (arguments `(#:tests? #f -- cgit v1.2.3