3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.cssutils: 2.7.0 -> 2.7.1

This commit is contained in:
R. Ryantm 2023-06-18 16:15:03 +00:00
parent 63e4a83928
commit 42046d3923

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "cssutils";
version = "2.7.0";
version = "2.7.1";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-s2GDbkw5z5TwUjUVIecGAWzJ04ACapUTp0AA263LOAQ=";
hash = "sha256-NA7P2YNdId+PmFAPDfzqCu5By04Z7Lws+U8KbTbXy2w=";
};
nativeBuildInputs = [