summaryrefslogtreecommitdiff
path: root/px/packages/device.scm
diff options
context:
space:
mode:
authorFranz Geffke <m@f-a.nz>2024-05-07 20:35:22 +0100
committerFranz Geffke <m@f-a.nz>2024-05-07 20:35:22 +0100
commit784eeef323654e6498632cc82337fb52a6d28814 (patch)
treeb52966041eb753e0765e4dfa744dd93d02064b6c /px/packages/device.scm
parent1e9c54f814a13be3c8d447e5dc89fe0721f29c89 (diff)
px: bcms: Update to v0.0.15
Diffstat (limited to 'px/packages/device.scm')
-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 37d3575..45f735f 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.14")
+ (version "0.0.15")
(source
(origin
(method url-fetch)
(uri (string-append "https://source.pantherx.org/" name "_v" version
".tgz"))
(sha256
- (base32 "1v9bgn8bqbxfww48scsf2g213pgyi1kjxdvq4nzi85p4zzvvmkcy"))))
+ (base32 "1wxigi54wajinr7zqfn94n22250z14f2vipw1n6fypwb47wsvjjd"))))
(build-system python-build-system)
(arguments
`(#:tests? #f