From 9a8a59c5251111cc0663cc85c023ecf001806604 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 16 Dec 2021 21:22:54 +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 2a45921..393f7e7 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -104,13 +104,13 @@ rec { migen = python3Packages.buildPythonPackage rec { pname = "migen"; - version = "unstable-2021-11-12"; + version = "unstable-2021-12-16"; src = fetchFromGitHub { owner = "m-labs"; repo = "migen"; - rev = "9a0be7a4210ff96043412539eb5388659b81831d"; - sha256 = "sha256-V3ThFSo2d7OC4SHE0lCkKGQKeFXmvxtwZRWe5NMU3nM="; + rev = "ac703010eaa06ac9b6e32f97c6fa98b15de22b31"; + sha256 = "sha256-qpVj/yJf4hDDc99XXpVPH4EbLC8aCmEtACn5qNc3DGI="; }; propagatedBuildInputs = with python3Packages; [ colorama ];