summaryrefslogtreecommitdiff
path: root/px/packages/setup.scm
diff options
context:
space:
mode:
authorFranz Geffke <m@f-a.nz>2025-05-29 16:11:28 +0100
committerFranz Geffke <m@f-a.nz>2025-05-29 16:11:28 +0100
commit9e2b06cf14faf3f22a9d64f4d6ec37ceb7cc64d7 (patch)
treee4b9e2645b35ca66fc93273c9681cc4f39ae5e0c /px/packages/setup.scm
parentc76c774d5ff7824ba936479ab1578296b301a36f (diff)
px: px-install: Update to v0.2.2
Diffstat (limited to 'px/packages/setup.scm')
-rw-r--r--px/packages/setup.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/px/packages/setup.scm b/px/packages/setup.scm
index 48f3f9f..b27165d 100644
--- a/px/packages/setup.scm
+++ b/px/packages/setup.scm
@@ -63,14 +63,14 @@
(define-public px-install
(package
(name "px-install")
- (version "0.2.1")
+ (version "0.2.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://source.pantherx.org/" name "_v" version
".tgz"))
(sha256
- (base32 "0wq9swhcv6id3zxhrys69lz6f3dr4xq846j3mif2sj7m87q02fxm"))))
+ (base32 "09b6jg6vbvba7rz3gqszqhljlcm62bds3a4gl17wnbfbl6kikvc6"))))
(build-system python-build-system)
(arguments
`(#:tests? #f))
@@ -79,8 +79,7 @@
("python-pytz" ,python-pytz)
("python-qrcode" ,python-qrcode)
("python-py-cpuinfo" ,python-py-cpuinfo)
- ("python-urllib3" ,python-urllib3)
- ("python-psutil" ,python-psutil)))
+ ("python-urllib3" ,python-urllib3)))
(native-inputs `(("pkg-config" ,pkg-config)))
(home-page "https://www.pantherx.org/")
(synopsis "PantherX OS Installer")