From 653cb7ce3ba2972c8b2b98340ee2f5357605dba4 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 1 Nov 2019 10:06:01 +0800 Subject: [PATCH] migen: bump --- artiq-fast/pkgs/python-deps.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/artiq-fast/pkgs/python-deps.nix b/artiq-fast/pkgs/python-deps.nix index 28f66f0..b261b57 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -107,11 +107,11 @@ rec { src = fetchFromGitHub { owner = "m-labs"; repo = "migen"; - rev = "41922fde2a8c36cd0f99d4b7ebb3ba9c37ce1489"; - sha256 = "0srn7lr98sqjss3z2zsk9w7ydl1p6rwskr0r7alss1x720n8hhiw"; + rev = "94db7295fd4942d0ee27de1148a6cc7be356329d"; + sha256 = "1kq11if64zj84gv4w1q7l16fp17xjxl2wv5hc9dibr1z3m1gy67l"; }; - propagatedBuildInputs = with python3Packages; [ colorama sphinx sphinx_rtd_theme ]; + propagatedBuildInputs = with python3Packages; [ colorama ]; meta = with stdenv.lib; { description = "A Python toolbox for building complex digital hardware";