lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.parsel: 1.7.0 -> 1.8.1

+4 -2
+4 -2
pkgs/development/python-modules/parsel/default.nix
··· 2 2 , buildPythonPackage 3 3 , cssselect 4 4 , fetchPypi 5 + , jmespath 5 6 , lxml 6 7 , packaging 7 8 , psutil ··· 12 13 13 14 buildPythonPackage rec { 14 15 pname = "parsel"; 15 - version = "1.7.0"; 16 + version = "1.8.1"; 16 17 format = "setuptools"; 17 18 18 19 disabled = pythonOlder "3.7"; 19 20 20 21 src = fetchPypi { 21 22 inherit pname version; 22 - hash = "sha256-AlQTPLAwTeE/zEhXu4IU/3DWmIcnYfpr6DdOG7vVgZI="; 23 + hash = "sha256-r/KOaMmz8akB2ypOPxWNhICjhyTXMo7nUcGk4cGAHjk="; 23 24 }; 24 25 25 26 postPatch = '' ··· 29 30 30 31 propagatedBuildInputs = [ 31 32 cssselect 33 + jmespath 32 34 lxml 33 35 packaging 34 36 w3lib