Loading pkgs/development/python-modules/edalize/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "edalize"; version = "0.6.0"; version = "0.6.1"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "olofk"; repo = pname; tag = "v${version}"; hash = "sha256-TCMzvRWd2Fx2/7UtUGOwblLhRyTAqPp9s70Oyc3U3r0="; hash = "sha256-5c3Szq0tXQdlyzFTFCla44qB/O6RK8vezVOaFOv8sw4="; }; postPatch = '' Loading Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/edalize/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "edalize"; version = "0.6.0"; version = "0.6.1"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "olofk"; repo = pname; tag = "v${version}"; hash = "sha256-TCMzvRWd2Fx2/7UtUGOwblLhRyTAqPp9s70Oyc3U3r0="; hash = "sha256-5c3Szq0tXQdlyzFTFCla44qB/O6RK8vezVOaFOv8sw4="; }; postPatch = '' Loading Loading @@ -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 ]; }; Loading