python37Packages.cssselect2: 0.2.1 -> 0.2.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cssselect2/versions
This commit is contained in:
R. RyanTM 2019-09-27 22:49:11 -07:00
parent 96ac71d680
commit 0375786e87

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "cssselect2";
version = "0.2.1";
version = "0.2.2";
src = fetchPypi {
inherit pname version;
sha256 = "505d2ce3d3a1d390ddb52f7d0864b7efeb115a5b852a91861b498b92424503ab";
sha256 = "0skymzb4ncrm2zdsy80f53vi0arf776lvbp51hzh4ayp1il5lj3h";
};
# We're not interested in code quality tests