Skip to content

Commit

Permalink
python310Packages.scrapy: 2.6.2 -> 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 28, 2022
1 parent bc71a15 commit 9ef2357
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 @@ -30,15 +30,15 @@

buildPythonPackage rec {
pname = "scrapy";
version = "2.6.2";
version = "2.6.3";
format = "setuptools";

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit version;
pname = "Scrapy";
sha256 = "55e21181165f25337105fff1efc8393296375cea7de699a7e703bbd265595f26";
sha256 = "sha256-vf8arzVHwuVAQ206uGgLIQOTJ71dOi74nDQWWZLT5fM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 9ef2357

Please sign in to comment.