python311Packages.cssutils: 2.10.1 -> 2.10.2

This commit is contained in:
R. Ryantm 2024-04-02 20:37:36 +00:00
parent 80c8b15bce
commit aeefac7af9

View file

@ -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 = [