From 46e745d3105e3c8eb67ce324469d255f65efd0cc Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 21 Oct 2021 21:13:33 +0800 Subject: [PATCH] migen-axi: fix requirements.txt patch --- artiq-fast/pkgs/python-deps.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-fast/pkgs/python-deps.nix b/artiq-fast/pkgs/python-deps.nix index f53440a..0248c9b 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -227,7 +227,7 @@ rec { postPatch = '' substituteInPlace requirements.txt \ - --replace "jinja2==2.10.3" "jinja2" + --replace "jinja2==2.11.3" "jinja2" substituteInPlace requirements.txt \ --replace "future==0.18.2" "future" substituteInPlace requirements.txt \