python312Packages.edalize: 0.6.0 -> 0.6.1 (#399441)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "edalize";
|
||||
version = "0.6.0";
|
||||
version = "0.6.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
owner = "olofk";
|
||||
repo = pname;
|
||||
tag = "v${version}";
|
||||
hash = "sha256-TCMzvRWd2Fx2/7UtUGOwblLhRyTAqPp9s70Oyc3U3r0=";
|
||||
hash = "sha256-5c3Szq0tXQdlyzFTFCla44qB/O6RK8vezVOaFOv8sw4=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -102,7 +102,7 @@ buildPythonPackage rec {
|
||||
description = "Abstraction library for interfacing EDA tools";
|
||||
mainProgram = "el_docker";
|
||||
homepage = "https://github.com/olofk/edalize";
|
||||
changelog = "https://github.com/olofk/edalize/releases/tag/v${version}";
|
||||
changelog = "https://github.com/olofk/edalize/releases/tag/${src.tag}";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ astro ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user