Merge pull request #301049 from r-ryantm/auto-update/python311Packages.cssutils
python311Packages.cssutils: 2.10.1 -> 2.10.2
This commit is contained in:
commit
fc5737d4f4
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "cssutils";
|
||||
version = "2.10.1";
|
||||
version = "2.10.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||
owner = "jaraco";
|
||||
repo = "cssutils";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-FK+EHdfsuCnWmnfUH18gyMq6CBXICBbhJj3XrscLLOA=";
|
||||
hash = "sha256-1sAn6pFwWsnYS1eHQmyDNGTo6kdhL1vJBwUptADvHyo=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
Loading…
Reference in a new issue