Skip to content

Commit

Permalink
Merge pull request #252339 from marsam/update-scrapy
Browse files Browse the repository at this point in the history
python310Packages.scrapy: 2.10.0 -> 2.10.1
  • Loading branch information
marsam authored Aug 30, 2023
2 parents 6f0a79f + fb84351 commit 83f55e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/scrapy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@

buildPythonPackage rec {
pname = "scrapy";
version = "2.10.0";
version = "2.10.1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit version;
pname = "Scrapy";
hash = "sha256-ThajP8jAOli99OjUvcofhnNU6sacz1c2WMf/NPoMrjk=";
hash = "sha256-kdZ4dfu1N2B7B+MTY0RXGKNTK1RObitLr4oEKyGh0Q8=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 83f55e3

Please sign in to comment.