python3Packages.pylsqpack: 0.3.22 -> 0.3.23

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:59 +01:00
parent 6dc073f2c9
commit d29c106bb6
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "pylsqpack";
version = "0.3.22";
version = "0.3.23";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-tn9xGzyDcNn0D39/U2qmAY2JAPoJ+kn3Lww/E4hs7No=";
hash = "sha256-9VsSaUDYsxVzMfEj1EKNcDppim22Wmp4kffsG5DIbFY=";
};
build-system = [ setuptools ];