mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
Merge pull request #69777 from r-ryantm/auto-update/python3.7-cssselect2
python37Packages.cssselect2: 0.2.1 -> 0.2.2
This commit is contained in:
commit
f806fbc918
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user