diff options
author | Franz Geffke <m@f-a.nz> | 2024-04-11 21:35:09 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-04-11 21:35:09 +0100 |
commit | 7b91d2555b61b67d0bf7bcb1c9bce3bd116a6398 (patch) | |
tree | a1f5052910c922e86a09c4ee2f77c8dd0772ae47 /px/packages/device.scm | |
parent | 241907d10de9ca52cac6c541087b5321ee49e880 (diff) |
px: bcms: Update to v0.0.10
Diffstat (limited to 'px/packages/device.scm')
-rw-r--r-- | px/packages/device.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm index e0d098d..89a553c 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.9") + (version "0.0.10") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "0ldnnkc6g736qkj4izswpzcgirs1byp4w016gj5npmaj0gqrr7bk")))) + (base32 "1q9g7zjp6p1gn2l9fpvfvlnyfvfrizjw063y0x2an3cr777hyyzr")))) (build-system python-build-system) (arguments `(#:tests? #f |