summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranz Geffke <m@f-a.nz>2024-05-01 21:28:16 +0100
committerFranz Geffke <m@f-a.nz>2024-05-01 21:28:16 +0100
commit5a9095bebed258fd3c8d0ca43f9b2bbafdb47324 (patch)
treee7449d5ed82d50ed39ce9c454526aa52a38a25af
parent065089f055abe6ce83fc8befb53d6e52204933ac (diff)
px: bcms: Update to v0.0.13
-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 243af29..7cba076 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.12")
+ (version "0.0.13")
(source
(origin
(method url-fetch)
(uri (string-append "https://source.pantherx.org/" name "_v" version
".tgz"))
(sha256
- (base32 "0wrz0znz6kb3qm9si6xc8pdjv5qsywlylyvkni0qz1cp4686z2qg"))))
+ (base32 "0nd54bj3pglbkpvqna4x0xmzbgvg32nzm4kwkh2d5l6kq533n0in"))))
(build-system python-build-system)
(arguments
`(#:tests? #f