Merge pull request #294254 from fabaff/types-docutils-bump

python311Packages.types-docutils: 0.20.0.20240304 -> 0.20.0.20240308
This commit is contained in:
Fabian Affolter 2024-03-08 14:30:57 +01:00 committed by GitHub
commit 4328743a16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-docutils";
version = "0.20.0.20240304";
version = "0.20.0.20240308";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-w1rjXKg1pa7q11jfQRzUbPt+fxnysiPEE9rn4GnVsL4=";
hash = "sha256-djDh9+aBlyJOaDSvrVEuhmGOB55zeAoVr4PZCjhO/JA=";
};
nativeBuildInputs = [