From b72d0353110d7a3d75f7a3e8e651b1f15c371951 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 3 Dec 2023 11:06:31 +0800 Subject: [PATCH] update migen --- 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 393f7e7..31c7f6b 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-12-16"; + version = "unstable-2023-11-07"; src = fetchFromGitHub { owner = "m-labs"; repo = "migen"; - rev = "ac703010eaa06ac9b6e32f97c6fa98b15de22b31"; - sha256 = "sha256-qpVj/yJf4hDDc99XXpVPH4EbLC8aCmEtACn5qNc3DGI="; + rev = "fd0bf5855a1367eab14b0d6f7f8266178e25d78e"; + sha256 = "sha256-BsubN4Mfdj02QPK6ZCrl+YOaSg7DaLQdSCVP49ztWik="; }; propagatedBuildInputs = with python3Packages; [ colorama ];