diff options
| author | Robert Schütz <nix@dotlambda.de> | 2022-06-03 21:22:04 +0000 |
|---|---|---|
| committer | Jonathan Ringer <jonringer117@gmail.com> | 2022-06-06 11:46:23 -0700 |
| commit | 962a3258619f252e4f435def2c8e35111c92abc0 (patch) | |
| tree | ce35481fa7ad434a08737ff76911e8e68836a4c7 /pkgs/development/python-modules/cssutils | |
| parent | ac2e6fbd27539cca8e569bc5b7e2d423a3106579 (diff) | |
python310Packages.cssutils: 2.4.0 -> 2.4.1
https://github.com/jaraco/cssutils/blob/v2.4.1/CHANGES.rst
Diffstat (limited to 'pkgs/development/python-modules/cssutils')
| -rw-r--r-- | pkgs/development/python-modules/cssutils/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cssutils/default.nix b/pkgs/development/python-modules/cssutils/default.nix index 265504938df9..39cdd6fb9723 100644 --- a/pkgs/development/python-modules/cssutils/default.nix +++ b/pkgs/development/python-modules/cssutils/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "cssutils"; - version = "2.4.0"; + version = "2.4.1"; disabled = pythonOlder "3.7"; @@ -25,7 +25,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-LZchCoOwo/4eRGn1/5pkILB4VyA1GIsbq3EDw6NtyJs="; + hash = "sha256-+Gicb66TTLanB3xwZvLGAmwOkN560wqBaz9tWaE41jg="; }; nativeBuildInputs = [ |
