python310Packages.cssutils: 2.4.0 -> 2.4.1

https://github.com/jaraco/cssutils/blob/v2.4.1/CHANGES.rst

authored by Robert Schütz and committed by Jonathan Ringer 962a3258 ac2e6fbd

+2 -2
+2 -2
pkgs/development/python-modules/cssutils/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "cssutils"; 20 - version = "2.4.0"; 20 + version = "2.4.1"; 21 21 22 22 disabled = pythonOlder "3.7"; 23 23 ··· 25 25 26 26 src = fetchPypi { 27 27 inherit pname version; 28 - hash = "sha256-LZchCoOwo/4eRGn1/5pkILB4VyA1GIsbq3EDw6NtyJs="; 28 + hash = "sha256-+Gicb66TTLanB3xwZvLGAmwOkN560wqBaz9tWaE41jg="; 29 29 }; 30 30 31 31 nativeBuildInputs = [