From 11b91906e27ff4734a4a0649bbeb267bc2a9fa8b Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 23 Aug 2019 18:42:10 +0800 Subject: [PATCH] migen: bump --- artiq-fast/pkgs/python-deps.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq-fast/pkgs/python-deps.nix b/artiq-fast/pkgs/python-deps.nix index 8b8bad4..80b6e68 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -107,8 +107,8 @@ rec { src = fetchFromGitHub { owner = "m-labs"; repo = "migen"; - rev = "34f24f3e5f7c8767e5e9bd1dd3d1fe8711735103"; - sha256 = "1fq8hvj4dgmpzyqd3qpf0nbnc9hq3ii48bm60nlhs3942plxk910"; + rev = "f4fcd10a91fbeb1d6486913a4c8a17d4e9893d65"; + sha256 = "16f9wvrdmdmp89zzfky57biq0xslydfcx0ndxvk75cjl8adf3vf5"; }; propagatedBuildInputs = with python3Packages; [ colorama sphinx sphinx_rtd_theme ];