diff options
author | Franz Geffke <m@f-a.nz> | 2025-05-30 15:57:28 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-05-30 15:57:28 +0100 |
commit | e215880a25e3a98ed08557ae6726df4357ec4897 (patch) | |
tree | 44498aa9f0426997cbd4d13f01b1b2153abe50fc /px/packages/setup.scm | |
parent | 4a9d3f3cc5c6302b9c5342f8af6233b196ada329 (diff) |
px: px-install: Update to v0.2.3
Diffstat (limited to 'px/packages/setup.scm')
-rw-r--r-- | px/packages/setup.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/px/packages/setup.scm b/px/packages/setup.scm index b27165d..cb8f729 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.2") + (version "0.2.3") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "09b6jg6vbvba7rz3gqszqhljlcm62bds3a4gl17wnbfbl6kikvc6")))) + (base32 "1v7934mk91s3m7alc3b825zqf788m484iqx4n3jm6nm27yxvr4l8")))) (build-system python-build-system) (arguments `(#:tests? #f)) |