python3Packages.bcf: 1.9.0 -> 1.9.1

This commit is contained in:
R. Ryantm
2025-09-19 12:03:19 +00:00
parent 1fd2ac2221
commit f2832f05e6

View File

@@ -15,14 +15,14 @@
}:
buildPythonPackage rec {
pname = "bcf";
version = "1.9.0";
version = "1.9.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "hardwario";
repo = "bch-firmware-tool";
rev = "v${version}";
sha256 = "i28VewTB2XEZSfk0UeCuwB7Z2wz4qPBhzvxJIYkKwJ4=";
sha256 = "sha256-xKggVEN3O0umDEt358xc+79/SEVm2peMjfFHGTppTEo=";
};
postPatch = ''