From 43e02c4f8f76b847b4a6436e989ad4decb9760ff Mon Sep 17 00:00:00 2001 From: mwojcik Date: Tue, 10 Aug 2021 12:50:58 +0200 Subject: [PATCH] updated migen rev to 27dbf03 --- 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 bd8f975..8deede3 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-07-30"; + version = "unstable-2021-08-10"; src = fetchFromGitHub { owner = "m-labs"; repo = "migen"; - rev = "35203d600b7ae1c29f8926237b236390004ddbd9"; - sha256 = "1grbgsknmzcdr46pr0psvim4dqrcjp9q9f44mw1vqp092irkkym7"; + rev = "27dbf03edd75c32dc1706e2a1316950c3a8d452a"; + sha256 = "0c7c7bbc05cb8xvxd612cxr7mvsxhaim0apfh7ax32wi9ykpl1ad"; }; propagatedBuildInputs = with python3Packages; [ colorama ];