python3Packages.bilibili-api-python: 17.2.0 -> 17.2.1

This commit is contained in:
R. Ryantm
2025-06-25 11:00:51 +00:00
parent e23bbe3b8f
commit 33d84b98e5
@@ -24,13 +24,13 @@
}:
buildPythonPackage rec {
pname = "bilibili-api-python";
version = "17.2.0";
version = "17.2.1";
pyproject = true;
src = fetchPypi {
pname = "bilibili_api_python";
inherit version;
hash = "sha256-WzNuoVpl2ZDkuGgfWm3surJJyRVdYDUf+MqF5jUil/s=";
hash = "sha256-ln+HNgcw3KPpOF9Ei8Ta4vrb+tGKsE4/vSim/ioKpgI=";
};
# The upstream uses requirements.txt, which overly strict version constraints.