From 8b5041a7bda40c47e4fe9060e911c49e4d394bb5 Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Mon, 6 May 2024 21:15:21 +0100 Subject: px: bcms: Update to v0.0.14 --- px/packages/device.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'px/packages/device.scm') diff --git a/px/packages/device.scm b/px/packages/device.scm index 7cba076..37d3575 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.13") + (version "0.0.14") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) (sha256 - (base32 "0nd54bj3pglbkpvqna4x0xmzbgvg32nzm4kwkh2d5l6kq533n0in")))) + (base32 "1v9bgn8bqbxfww48scsf2g213pgyi1kjxdvq4nzi85p4zzvvmkcy")))) (build-system python-build-system) (arguments `(#:tests? #f -- cgit v1.2.3