python3Packages.bilibili-api-python: 17.3.0 -> 17.4.0

This commit is contained in:
R. Ryantm
2025-10-08 18:11:44 +00:00
parent 59f9c6722b
commit 42815f5352
@@ -24,13 +24,13 @@
}:
buildPythonPackage rec {
pname = "bilibili-api-python";
version = "17.3.0";
version = "17.4.0";
pyproject = true;
src = fetchPypi {
pname = "bilibili_api_python";
inherit version;
hash = "sha256-Rlnz3ws023x5MiwabGR4gARH0bdUgucoixIMRqj+Z64=";
hash = "sha256-OWMQwYIP2TGkahDGEVIzviUOjbMVombupgjA9iXN8e8=";
};
# The upstream uses requirements.txt, which overly strict version constraints.