mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Merge pull request #139053 from r-ryantm/auto-update/python3.8-scrapy-deltafetch
python38Packages.scrapy-deltafetch: 1.2.1 -> 2.0.1
This commit is contained in:
commit
37280c84c3
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "scrapy-deltafetch";
|
||||
version = "1.2.1";
|
||||
version = "2.0.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1m511psddvlapg492ny36l8rzy7z4i39yx6a1agxzfz6s9b83fq8";
|
||||
sha256 = "13f7968bd0ffae133e2a1dede215e683b8c95285f046260603a5c3e25f2d57b0";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ bsddb3 scrapy ];
|
||||
|
Loading…
Reference in New Issue
Block a user