3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #238447 from r-ryantm/auto-update/python311Packages.cssutils

python311Packages.cssutils: 2.7.0 -> 2.7.1
This commit is contained in:
Weijia Wang 2023-06-19 07:11:18 +03:00 committed by GitHub
commit 96820ae04b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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