python3Packages.nmigen-boards: unstable-2019-10-13 -> unstable-2020-02-06
Also correct license to BSD2.
This commit is contained in:
parent
d5dad43699
commit
62d2267a9f
|
@ -8,15 +8,15 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "nmigen-boards";
|
pname = "nmigen-boards";
|
||||||
version = "unstable-2019-10-13";
|
version = "unstable-2020-02-06";
|
||||||
# python setup.py --version
|
# 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 {
|
src = fetchFromGitHub {
|
||||||
owner = "m-labs";
|
owner = "nmigen";
|
||||||
repo = "nmigen-boards";
|
repo = "nmigen-boards";
|
||||||
rev = "835c175d7cf9d143aea2c7dbc0c870ede655cfc2";
|
rev = "f37fe0295035db5f1bf82ed086b2eb349ab3a530";
|
||||||
sha256 = "1mbxgfv6k9i3668lr1b3hrvial2vznvgn4ckjzc36hhizp47ypzw";
|
sha256 = "16112ahil100anfwggj64nyrj3pf7mngwrjyqyhf2ggxx9ir24cc";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools_scm ];
|
nativeBuildInputs = [ setuptools_scm ];
|
||||||
|
@ -28,8 +28,8 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Board and connector definitions for nMigen";
|
description = "Board and connector definitions for nMigen";
|
||||||
homepage = https://github.com/m-labs/nmigen-boards;
|
homepage = https://github.com/nmigen/nmigen-boards;
|
||||||
license = licenses.bsd0;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ emily ];
|
maintainers = with maintainers; [ emily ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue