diff options
author | Franz Geffke <m@f-a.nz> | 2024-04-11 20:29:59 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-04-11 20:29:59 +0100 |
commit | 0ec5323239097cecaa99a0623e9d31baf6a220ae (patch) | |
tree | cbb6e9487e95f16397bf22daa9a3a5ff3fe53684 /px | |
parent | 84fe5e321e8af7c0084c38ce3709c97ade9a65ac (diff) |
px: bcms: Update to v0.0.9
Diffstat (limited to 'px')
-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 24b9d60..649f997 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.8") + (version "0.0.9") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "18j007dfwy8lv70mkfps6z7b1hckcrxmrr9jlm0aildhcayv5vng")))) + (base32 "0ldnnkc6g736qkj4izswpzcgirs1byp4w016gj5npmaj0gqrr7bk")))) (build-system python-build-system) (arguments `(#:tests? #f |