update dlsite-async
This commit is contained in:
parent
e9d57c1f98
commit
8fceabd506
2 changed files with 3 additions and 16 deletions
|
|
@ -13,18 +13,18 @@
|
|||
packages.x86_64-linux = with pkgs.python3Packages; rec {
|
||||
dlsite-async = buildPythonPackage rec {
|
||||
pname = "dlsite_async";
|
||||
version = "0.5.1";
|
||||
version = "0.10.1";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-xvI13JqW+nOqU4vaeFblbIkiimyEwvGtY+56kRvv2fY=";
|
||||
sha256 = "sha256-K7xbHtz2SF8Rs+2Rm0Llw5jWnqlTLP5vSuAM3mXEAeY=";
|
||||
};
|
||||
patches = [ ./patches/dlsite-async.patch ];
|
||||
pyproject = true;
|
||||
nativeBuildInputs = [ pkgs.pdm ];
|
||||
propagatedBuildInputs = [
|
||||
lxml
|
||||
aiohttp
|
||||
beautifulsoup4
|
||||
cryptography
|
||||
pdm-backend
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue