summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranz Geffke <m@f-a.nz>2024-04-12 14:42:04 +0100
committerFranz Geffke <m@f-a.nz>2024-04-12 14:42:04 +0100
commitb8bd5119a3060e4491e475ce587119dba350ca8f (patch)
tree915160bef900aa9642102c256e53e7c7b30385eb
parent97c81f30a683573e683f0ea9a6f16b1a54bcdbd4 (diff)
px: bcms: Update to v0.0.11
-rw-r--r--px/packages/device.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm
index 89a553c..1e077d4 100644
--- a/px/packages/device.scm
+++ b/px/packages/device.scm
@@ -436,14 +436,14 @@ configuration file from commandline args and upload results to the server")
(define-public bcms
(package
(name "bcms")
- (version "0.0.10")
+ (version "0.0.11")
(source
(origin
(method url-fetch)
(uri (string-append "https://source.pantherx.org/" name "_v" version
".tgz"))
(sha256
- (base32 "1q9g7zjp6p1gn2l9fpvfvlnyfvfrizjw063y0x2an3cr777hyyzr"))))
+ (base32 "00k6diprxywyb9yz29gy64aq73s0qi1cdzxc0cm9gr19npl6sj7g"))))
(build-system python-build-system)
(arguments
`(#:tests? #f