python3Packages.hueble: 2.2.2 -> 2.2.3

This commit is contained in:
R. Ryantm
2026-08-24 04:42:17 +00:00
parent 8150a74297
commit 9bf2a26896

View File

@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "hueble";
version = "2.2.2";
version = "2.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "flip-dots";
repo = "HueBLE";
tag = "v${version}";
hash = "sha256-ASegu+kssupiJD6IFDAmZk7kl+RVUsTep6Zjs6IhVBI=";
hash = "sha256-YWBwJHCvPMRgkB8ssTeJacMG9nEGVDWfwYY52T4E07E=";
};
build-system = [ setuptools ];