Merge pull request #265602 from r-ryantm/auto-update/python310Packages.css-parser

python310Packages.css-parser: 1.0.9 -> 1.0.10
This commit is contained in:
Nick Cao
2023-11-05 09:03:58 -05:00
committed by GitHub

View File

@@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "css-parser";
version = "1.0.9";
version = "1.0.10";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-GW24Is7yJ0WvaljRgM+CBpSc7Vi0j18+6Y8d4WJ0lbs=";
hash = "sha256-vx6XKtMzROkyBpZPtM2QjZ3e+fzQwB+pPg1zRnU5Q2M=";
};
# Test suite not included in tarball yet