diff options
author | Franz Geffke <franz@pantherx.org> | 2024-03-04 12:05:31 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-03-04 12:05:31 +0000 |
commit | 4a318819f5e84932ac69d9c46dd2b8b9ba1bcfb7 (patch) | |
tree | 91d7887870b306d202d5187b66fcf28b99fce2bf /px/packages/device.scm | |
parent | c9f17238c5c2edbb1d5715bd59c96177a09fbbab (diff) |
bcms: v0.0.7
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 2c70868..3f69630 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -461,14 +461,14 @@ configuration file from commandline args and upload results to the server") (define-public bcms (package (name "bcms") - (version "0.0.6") + (version "0.0.7") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "0sawprkkdmn1rgwb1iw2p8jfj0zfrpxp5lg05zh1v3bc0kkrywrm")))) + (base32 "1izlszl3kqqm2x5jrppc4nah58qcrflw52aps46xbqy3400s2bxp")))) (build-system python-build-system) (arguments `(#:tests? #f |