mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 00:38:16 +03:00
python37Packages.cloudscraper: 1.2.52 -> 1.2.56
This commit is contained in:
parent
80db33510b
commit
1e4ddfc5de
@ -9,12 +9,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cloudscraper";
|
pname = "cloudscraper";
|
||||||
version = "1.2.52";
|
version = "1.2.56";
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "07j2nhzimzhcskj2wpxpvpb3dhpci19daw02r2ckkjiq3zifhm6v";
|
sha256 = "84c5910023dd393619b2b793fdb154392c5c8887b55e4bcac3ad2646f1cfe212";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Python module to bypass Cloudflare's anti-bot page";
|
description = "A Python module to bypass Cloudflare's anti-bot page";
|
||||||
homepage = https://github.com/venomous/cloudscraper;
|
homepage = "https://github.com/venomous/cloudscraper";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ kini ];
|
maintainers = with maintainers; [ kini ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user