python3Packages.bitstruct: 8.22.0 -> 8.22.1

This commit is contained in:
R. Ryantm
2026-02-20 01:12:14 +00:00
parent 9c47edbb53
commit f7df599a06
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "bitstruct";
version = "8.22.0";
version = "8.22.1";
pyproject = true;
src = fetchFromGitHub {
owner = "eerimoq";
repo = "bitstruct";
tag = version;
hash = "sha256-4pfRmgi2KYnrKFGyMJc4bV7FwjFn7KVJ36lYm3XOAIk=";
hash = "sha256-Egiac+1x3HaaGV6ThjChfjKbT0WvQDb1EMuyOxLY7Kg=";
};
build-system = [