From 2375b90ebfdc3e325eae8468f25301d8238a65f4 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 4 Oct 2019 19:11:33 +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 80b6e68..216465d 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 = "f4fcd10a91fbeb1d6486913a4c8a17d4e9893d65"; - sha256 = "16f9wvrdmdmp89zzfky57biq0xslydfcx0ndxvk75cjl8adf3vf5"; + rev = "9e59e41cd7425f28d8beff42170871c77dc6da8d"; + sha256 = "0ihiv1psll4gdqqkrfp17lg9m1sya4r3c340xigpz7vdknhvzh8d"; }; propagatedBuildInputs = with python3Packages; [ colorama sphinx sphinx_rtd_theme ];