summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranz Geffke <m@f-a.nz>2024-05-06 21:15:21 +0100
committerFranz Geffke <m@f-a.nz>2024-05-06 21:15:21 +0100
commit8b5041a7bda40c47e4fe9060e911c49e4d394bb5 (patch)
treeed05895f78afad3c0b3dd6f9db74bbf08b2a0526
parentab4bba47b76862ca7c306ee2755e8b20abcfd59f (diff)
px: bcms: Update to v0.0.14
-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 7cba076..37d3575 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.13")
+ (version "0.0.14")
(source
(origin
(method url-fetch)
(uri (string-append "https://source.pantherx.org/" name "_v" version
".tgz"))
(sha256
- (base32 "0nd54bj3pglbkpvqna4x0xmzbgvg32nzm4kwkh2d5l6kq533n0in"))))
+ (base32 "1v9bgn8bqbxfww48scsf2g213pgyi1kjxdvq4nzi85p4zzvvmkcy"))))
(build-system python-build-system)
(arguments
`(#:tests? #f