Merge pull request #300856 from r-ryantm/auto-update/python312Packages.types-docutils

python312Packages.types-docutils: 0.20.0.20240317 -> 0.20.0.20240331
This commit is contained in:
Fabian Affolter 2024-04-02 09:15:41 +02:00 committed by GitHub
commit 27963b73bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -6,15 +6,15 @@
buildPythonPackage rec {
pname = "types-docutils";
version = "0.20.0.20240317";
version = "0.20.0.20240331";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-I2V6qw3lhjTREZFLZ3sYVYZ/Fs2anqEQJU4jtIZT4ag=";
hash = "sha256-rJnN80BAyYIIH1QjfWAX+PXa/gvruBilmL+Xpl9bFxU=";
};
nativeBuildInputs = [
build-system = [
setuptools
];