python3Packages.pyquery: 2.0.0 -> 2.0.1

https://github.com/gawel/pyquery/blob/2.0.1/CHANGES.rst
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:06 +02:00
parent 2372bf8b02
commit e1c9f092c6
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pyquery";
version = "2.0.0";
version = "2.0.1";
disabled = pythonOlder "3.7";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-lj6NTpAmL/bY3sBy6pcoXcN0ovacrXd29AgqvPah2K4=";
hash = "sha256-AZS7JwaxLQN9sSxRko/p67NrctnnGVZdq6WmxZUyL68=";
};
# https://github.com/gawel/pyquery/issues/248