summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-11-23 18:00:00 -0500
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-23 22:17:30 -0800
commit15f61a9b84e01900e1f291989882653705d2a5a9 (patch)
tree5e8fdb0491aec730052dbb45b39e531a7fecad6c /pkgs
parente9a5187d1eaca74ad6dda41ff8294995484b5b36 (diff)
python3Packages.scrapy: 2.4.0 -> 2.4.1
https://github.com/scrapy/scrapy/releases/tag/2.4.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/scrapy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/scrapy/default.nix b/pkgs/development/python-modules/scrapy/default.nix
index a2db6b9cb3b2..c377ace69685 100644
--- a/pkgs/development/python-modules/scrapy/default.nix
+++ b/pkgs/development/python-modules/scrapy/default.nix
@@ -27,7 +27,7 @@
}:
buildPythonPackage rec {
- version = "2.4.0";
+ version = "2.4.1";
pname = "Scrapy";
disabled = isPy27;
@@ -83,7 +83,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
- sha256 = "4ea7fbc902ee0b0a79b154d07a5f4e747e2146f272a748557941946000728479";
+ sha256 = "68c48f01a58636bdf0f6fcd5035a19ecf277b58af24bd70c36dc6e556df3e005";
};
postInstall = ''