migen: bump

pull/44/head
Sebastien Bourdeauducq 2021-02-15 18:43:51 +08:00
parent 64ee51b673
commit a6ea6e3666
1 changed files with 3 additions and 3 deletions

View File

@ -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 ];