From a6ea6e3666f5ef584c511d663d40f7df3abf80f4 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 15 Feb 2021 18:43:51 +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 a99ffaa..f78385d 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -119,13 +119,13 @@ rec { migen = python3Packages.buildPythonPackage rec { pname = "migen"; - version = "unstable-2021-01-19"; + version = "unstable-2021-02-08"; src = fetchFromGitHub { owner = "m-labs"; repo = "migen"; - rev = "40b1092a05ec7659c42c8087b0c229dcfb5d9ca1"; - sha256 = "167yiwnrjzk3xwzfb122fs605639dzlrlyvi11szzwgsj7g226zq"; + rev = "7014bdccc11270764186e6a4441fb58238c612aa"; + sha256 = "12mhmcdf0jqv33ald9x9zb1qi26sw4ywdfgg5saqvmx0pmbmvynk"; }; propagatedBuildInputs = with python3Packages; [ colorama ];