mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.types-docutils: 0.22.3.20260712 -> 0.22.3.20260724
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "types-docutils";
|
||||
version = "0.22.3.20260712";
|
||||
version = "0.22.3.20260724";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "types_docutils";
|
||||
inherit (finalAttrs) version;
|
||||
hash = "sha256-vtVKUBNsjnYTwD7hxR65WLQnVJFd+DU13jVrl0ygWHc=";
|
||||
hash = "sha256-AiPOh/m4MxpaOnx4MugoAz0onaa4eKDc+8dMMOxYhQ4=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user