summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cloudscraper
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-12 07:50:15 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-12 07:50:15 +0000
commitd4c2ef266aff7fd9fe6d6a07750e593a19f85a06 (patch)
tree16db5414be1899ce009194fe228980f98ee32ee0 /pkgs/development/python-modules/cloudscraper
parentMerge pull request #199989 from delroth/flexget-3.5.4 (diff)
downloadnixpkgs-d4c2ef266aff7fd9fe6d6a07750e593a19f85a06.tar.gz
python310Packages.cloudscraper: 1.2.64 -> 1.2.65
Diffstat (limited to 'pkgs/development/python-modules/cloudscraper')
-rw-r--r--pkgs/development/python-modules/cloudscraper/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cloudscraper/default.nix b/pkgs/development/python-modules/cloudscraper/default.nix
index 1d66da4e2bc6..85b7a9447919 100644
--- a/pkgs/development/python-modules/cloudscraper/default.nix
+++ b/pkgs/development/python-modules/cloudscraper/default.nix
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "cloudscraper";
- version = "1.2.64";
+ version = "1.2.65";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
- hash = "sha256-FS+p+dtfGfStp+dWI+k/RdBb/T+ynZyuhPKRc6JZFTA=";
+ hash = "sha256-vwH5sSA9rFrnFO4zIvjloYXSNWK5Vn1rODO74vPWvEE=";
};
propagatedBuildInputs = [