python3Packages.bilibili-api-python: 17.2.1 -> 17.3.0
This commit is contained in:
parent
49ccac58a3
commit
45c03c2f0b
@ -24,13 +24,13 @@
|
|||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "bilibili-api-python";
|
pname = "bilibili-api-python";
|
||||||
version = "17.2.1";
|
version = "17.3.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "bilibili_api_python";
|
pname = "bilibili_api_python";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-ln+HNgcw3KPpOF9Ei8Ta4vrb+tGKsE4/vSim/ioKpgI=";
|
hash = "sha256-Rlnz3ws023x5MiwabGR4gARH0bdUgucoixIMRqj+Z64=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The upstream uses requirements.txt, which overly strict version constraints.
|
# The upstream uses requirements.txt, which overly strict version constraints.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user