python3Packages.scrapy: 2.4.0 -> 2.4.1

https://github.com/scrapy/scrapy/releases/tag/2.4.1
This commit is contained in:
Mario Rodas 2020-11-23 18:00:00 -05:00 committed by Jonathan Ringer
parent e9a5187d1e
commit 15f61a9b84

View File

@ -27,7 +27,7 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "2.4.0"; version = "2.4.1";
pname = "Scrapy"; pname = "Scrapy";
disabled = isPy27; disabled = isPy27;
@ -83,7 +83,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "4ea7fbc902ee0b0a79b154d07a5f4e747e2146f272a748557941946000728479"; sha256 = "68c48f01a58636bdf0f6fcd5035a19ecf277b58af24bd70c36dc6e556df3e005";
}; };
postInstall = '' postInstall = ''