summaryrefslogtreecommitdiff
path: root/px/packages/device.scm
diff options
context:
space:
mode:
authorFranz Geffke <m@f-a.nz>2025-01-17 00:45:43 +0000
committerFranz Geffke <m@f-a.nz>2025-01-17 00:45:43 +0000
commitf2f50869217696d91df3f81d11a3af863cb7cfd9 (patch)
tree99859881abcad59c9ca46590157893d45f368098 /px/packages/device.scm
parent3e317bd320f4d951736d04ecf848f68407cecdd0 (diff)
px: device module: fix base32 hash for 3x modules
Diffstat (limited to 'px/packages/device.scm')
-rw-r--r--px/packages/device.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm
index bff1564..fa01096 100644
--- a/px/packages/device.scm
+++ b/px/packages/device.scm
@@ -52,7 +52,7 @@
(uri (string-append "https://source.pantherx.org/" name "_v" version
".tgz"))
(sha256
- (base32 "0l74408snlgy17ph737whn66jm2qflrkxpdvd01kflb713x0rjv4"))))
+ (base32 "1gd9s04brlw3qd9b633j9r68blbbrp038j7b2c7y9c2gx1fq10yq"))))
(build-system python-build-system)
(arguments
`(#:tests? #f
@@ -114,7 +114,7 @@
(uri (string-append "https://source.pantherx.org/" name "_v" version
".tgz"))
(sha256
- (base32 "1is0dcdhm3faf4ib4wpnq77497zynfz4r7lr7d9mfbsgndaxcnbi"))))
+ (base32 "02cs4rb4xrvrszzdwr38kqi0ha5vma5z1yi4zc16nd9q7v2s2rvy"))))
(build-system python-build-system)
(arguments
`(#:tests? #f
@@ -222,7 +222,7 @@ to other applications, without root priviliges.")
(uri (string-append "https://source.pantherx.org/" name "_v" version
".tgz"))
(sha256
- (base32 "0vhb5f4klvbdf802b3i4mli3926ny4pxcnbhif8mn56dnj8lgf84"))))
+ (base32 "0vx6rgz5znz4av9gg1mxvi8r3c0a7xfb1xl8465072m91panylfr"))))
(build-system python-build-system)
(arguments
`(#:tests? #f