diff options
author | Franz Geffke <m@f-a.nz> | 2024-04-17 10:12:46 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-04-17 10:12:46 +0100 |
commit | 92c3f7cfcef8e80779cd5edf0c1ee83aef9615a4 (patch) | |
tree | d450096c01bef3a51a906bdee4b1cfe2f8d0284d /px/packages/device.scm | |
parent | b8bd5119a3060e4491e475ce587119dba350ca8f (diff) |
px: bcms: Update to v0.0.12
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 1e077d4..7720f05 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.11") + (version "0.0.12") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "00k6diprxywyb9yz29gy64aq73s0qi1cdzxc0cm9gr19npl6sj7g")))) + (base32 "0wrz0znz6kb3qm9si6xc8pdjv5qsywlylyvkni0qz1cp4686z2qg")))) (build-system python-build-system) (arguments `(#:tests? #f |