python3Packages.luna-soc: 0.2.0 -> 0.2.2
https://github.com/greatscottgadgets/luna-soc/releases/tag/0.2.2
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "luna-soc";
|
||||
version = "0.2.0";
|
||||
version = "0.2.2";
|
||||
pyproject = true;
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
owner = "greatscottgadgets";
|
||||
repo = "luna-soc";
|
||||
tag = version;
|
||||
hash = "sha256-P8P32hM1cVXENcDpCrmPe8BvkMCWdeEgHwbIU94uLe8=";
|
||||
hash = "sha256-fP2Pg0H/Aj3nFP0WG1yZjfZMqLutLwmibTohWUbgG34=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -44,7 +44,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/greatscottgadgets/luna-soc/releases/tag/${version}";
|
||||
changelog = "https://github.com/greatscottgadgets/luna-soc/releases/tag/${src.tag}";
|
||||
description = "Amaranth HDL library for building USB-capable SoC designs";
|
||||
homepage = "https://github.com/greatscottgadgets/luna-soc";
|
||||
license = lib.licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user