asciidoc: 9.0.4 -> 9.1

This commit is contained in:
Milan Pässler 2021-06-10 01:51:20 +02:00 committed by Milan
parent f19e197e43
commit 30915f8d47

View file

@ -146,7 +146,7 @@ in
stdenv.mkDerivation rec {
pname = "asciidoc";
version = "9.0.4";
version = "9.1.0";
# Note: a substitution to improve reproducibility should be updated once 10.0.0 is
# released. See the comment in `patchPhase` for more information.
@ -154,7 +154,7 @@ stdenv.mkDerivation rec {
owner = "asciidoc";
repo = "asciidoc-py3";
rev = version;
sha256 = "1gspxw5i0axymxdjzj5rmhf10gyl2gqr666gz141nv042l9dm5vi";
sha256 = "1clf1axkns23wfmh48xfspzsnw04pjh4mq1pshpzvj0cwxhz0yaq";
};
nativeBuildInputs = [ python3 unzip autoreconfHook ];