diff options
author | Franz Geffke <m@f-a.nz> | 2024-05-10 15:21:09 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-05-10 15:21:09 +0100 |
commit | ca0d38b798f26d6b5c7c8a65e720e9dd616fe7b0 (patch) | |
tree | 3ed7ffba9b13e08acadfdd9f2fa0b3a998b6051e /px | |
parent | f4c9a5242079940aa4ac97d7430e8bb777799ea4 (diff) |
px: bcms: Updated to v0.0.16
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 45f735f..d990f93 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.15") + (version "0.0.16") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "1wxigi54wajinr7zqfn94n22250z14f2vipw1n6fypwb47wsvjjd")))) + (base32 "1wd8b4q7rr2k3l4x8m0c040xa3q7p2gpqf48malfh3yba8k0h6l6")))) (build-system python-build-system) (arguments `(#:tests? #f |