From 1062353e4afca4250a53432ffc1905843290969b Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 7 Oct 2019 20:30:39 +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 4cf3f95..fc474cc 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 = "ecf8412913b09cfd4ba9e19456c409c6b41b698a"; - sha256 = "0mwf3rg12b7rpil2f8dnm54g85jq9ilslpzhn9lpscqwqh9rk4f1"; + rev = "3012df6352ee93939f96e953bdf48fb495f1c1fd"; + sha256 = "09fsqnh3skh8cd2alf3rjab71is5rqkxcjfx1sj66sngvi61zg7r"; }; propagatedBuildInputs = with python3Packages; [ colorama sphinx sphinx_rtd_theme ];