File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
pkgs/development/python-modules/w3lib Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 11{
22 lib ,
33 buildPythonPackage ,
4- fetchpatch ,
54 fetchPypi ,
65 pytestCheckHook ,
76 pythonOlder ,
109
1110buildPythonPackage rec {
1211 pname = "w3lib" ;
13- version = "2.2 .1" ;
12+ version = "2.3 .1" ;
1413 pyproject = true ;
1514
16- disabled = pythonOlder "3.7 " ;
15+ disabled = pythonOlder "3.9 " ;
1716
1817 src = fetchPypi {
1918 inherit pname version ;
20- hash = "sha256-dW/y2Uxk5ByNfAxZ/qEqXQvFXjOlMceYi0oWPeubB90 =" ;
19+ hash = "sha256-XIrAKjAnV2F0wrYeuaIXC6Gxl8rnZwgHcbbx/r2iSaQ =" ;
2120 } ;
2221
23- patches = [
24- ( fetchpatch {
25- url = "https://github.com/scrapy/w3lib/commit/44dcf9160c3f207658d6ce808307c80c9ca835a2.patch" ;
26- hash = "sha256-fUQ2oWpAJeslgemt+EUxKLH3Ywpg441FCOBLFJCZ+Ac=" ;
27- } )
28- ] ;
29-
3022 build-system = [ setuptools ] ;
3123
3224 nativeCheckInputs = [ pytestCheckHook ] ;
You can’t perform that action at this time.
0 commit comments