python3Packages.pyquery: 2.0.1 -> 2.1.0

https://github.com/gawel/pyquery/blob/2.1.0/CHANGES.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:48 +02:00
parent db90242296
commit efb7906bf9

View File

@@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "pyquery";
version = "2.0.1";
version = "2.1.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-AZS7JwaxLQN9sSxRko/p67NrctnnGVZdq6WmxZUyL68=";
hash = "sha256-dSODiHUPxuJUt6UvdxAnub6zpiAriASL71KgCwq+rbs=";
};
build-system = [ setuptools ];