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

Merge pull request #307328 from r-ryantm/auto-update/python311Packages.types-docutils

python311Packages.types-docutils: 0.20.0.20240406 -> 0.21.0.20240423
parents 20eee936 fed96352
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

buildPythonPackage rec {
  pname = "types-docutils";
  version = "0.20.0.20240406";
  version = "0.21.0.20240423";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-6OxKWhJdBthjK7qsihH76hih7fqU35xRKdxFmAkVuEs=";
    hash = "sha256-dxbsbGi1F5t7oXOMrOLxMm5k359Et6sI2ZBNMsI/wV8=";
  };

  build-system = [ setuptools ];