Unverified Commit da7a0fae authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #182755 from r-ryantm/auto-update/python3.10-cssutils

python310Packages.cssutils: 2.5.0 -> 2.5.1
parents 38c86529 e8f7667f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "cssutils";
  version = "2.5.0";
  version = "2.5.1";

  disabled = pythonOlder "3.7";

@@ -25,7 +25,7 @@ buildPythonPackage rec {

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-1H5N1nsowm/5oeVBEV3u05YX/5JlERxtJQD3qBcHeVs=";
    hash = "sha256-tKTaWOeDJuyfSp01VQBN33BvPpn3oQJsGIDwk0NiuLQ=";
  };

  nativeBuildInputs = [