diff options
author | Franz Geffke <m@f-a.nz> | 2024-04-11 12:00:02 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-04-11 12:00:02 +0100 |
commit | 9465109f4eff6206586ca6cff40e818a3cf68e9a (patch) | |
tree | 20dc065f0e51736435ab5a7921670c4b8b689146 /px/packages/device.scm | |
parent | 70c011e241181ebfb3b908ff7376abfb2c994ead (diff) |
px: bcms: Update to v0.0.8
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 ac36a69..32d3a16 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.7") + (version "0.0.8") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "1izlszl3kqqm2x5jrppc4nah58qcrflw52aps46xbqy3400s2bxp")))) + (base32 "18j007dfwy8lv70mkfps6z7b1hckcrxmrr9jlm0aildhcayv5vng")))) (build-system python-build-system) (arguments `(#:tests? #f |