python3Packages.bilibili-api-python: 16.2.0 -> 16.3.0

https://github.com/Nemo2011/bilibili-api/releases/tag/16.3.0
This commit is contained in:
Martin Weinelt
2024-10-13 11:02:59 +02:00
parent c814afda56
commit e7fac9d576
@@ -23,12 +23,12 @@
}:
buildPythonPackage rec {
pname = "bilibili-api-python";
version = "16.2.0";
version = "16.3.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-ecv9lzp2L13seBosahgnglaZP8YZCD/13nlTPP8LCs0=";
hash = "sha256-mwhyFc3b1qA7W76gaBcAup+Wca6gQAdRwZJaZXOHqCw=";
};
postPatch = ''