python3Packages.nmigen-boards: unstable-2019-10-13 -> unstable-2020-02-06

Also correct license to BSD2.
This commit is contained in:
Emily 2020-02-08 17:48:46 +00:00 committed by Austin Seipp
parent d5dad43699
commit 62d2267a9f

View file

@ -8,15 +8,15 @@
buildPythonPackage rec {
pname = "nmigen-boards";
version = "unstable-2019-10-13";
version = "unstable-2020-02-06";
# python setup.py --version
realVersion = "0.1.dev79+g${lib.substring 0 7 src.rev}";
realVersion = "0.1.dev92+g${lib.substring 0 7 src.rev}";
src = fetchFromGitHub {
owner = "m-labs";
owner = "nmigen";
repo = "nmigen-boards";
rev = "835c175d7cf9d143aea2c7dbc0c870ede655cfc2";
sha256 = "1mbxgfv6k9i3668lr1b3hrvial2vznvgn4ckjzc36hhizp47ypzw";
rev = "f37fe0295035db5f1bf82ed086b2eb349ab3a530";
sha256 = "16112ahil100anfwggj64nyrj3pf7mngwrjyqyhf2ggxx9ir24cc";
};
nativeBuildInputs = [ setuptools_scm ];
@ -28,8 +28,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Board and connector definitions for nMigen";
homepage = https://github.com/m-labs/nmigen-boards;
license = licenses.bsd0;
homepage = https://github.com/nmigen/nmigen-boards;
license = licenses.bsd2;
maintainers = with maintainers; [ emily ];
};
}