mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 11:17:57 +00:00
docutils: 0.19 -> 0.20.1
This commit is contained in:
parent
1dcd19866c
commit
2312861130
@ -19004,7 +19004,15 @@ with pkgs;
|
|||||||
|
|
||||||
doclifter = callPackage ../development/tools/misc/doclifter { };
|
doclifter = callPackage ../development/tools/misc/doclifter { };
|
||||||
|
|
||||||
docutils = with python3Packages; toPythonApplication docutils;
|
docutils = with python3Packages; toPythonApplication (
|
||||||
|
docutils.overridePythonAttrs (attrs: rec {
|
||||||
|
version = "0.20.1";
|
||||||
|
src = attrs.src.override {
|
||||||
|
inherit version;
|
||||||
|
hash = "sha256-8IpOJ2w6FYOobc4+NKuj/gTQK7ot1R7RYQYkToqSPjs=";
|
||||||
|
};
|
||||||
|
})
|
||||||
|
);
|
||||||
|
|
||||||
doctl = callPackage ../development/tools/doctl { };
|
doctl = callPackage ../development/tools/doctl { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user