python3Packages.atopile-easyeda2kicad: 0.9.5 -> 0.9.6

R. Ryantm c9adee3b aebb3107

Changed files
+3 -3
pkgs
development
python-modules
atopile-easyeda2kicad
+3 -3
pkgs/development/python-modules/atopile-easyeda2kicad/default.nix
···
buildPythonPackage rec {
pname = "atopile-easyeda2kicad";
-
version = "0.9.5";
+
version = "0.9.6";
pyproject = true;
src = fetchFromGitHub {
owner = "atopile";
repo = "easyeda2kicad.py";
tag = "v${version}";
-
hash = "sha256-TLGLNe/Lk2WpYMzmX2iK3S27/QRqTOdHqO8XIMZSda4=";
+
hash = "sha256-0d7lcs/aWSwxGBEIGkEcKc7SwBCqjBdoJIlCnLh8RFA=";
};
build-system = [
···
meta = {
description = "Convert any LCSC components (including EasyEDA) to KiCad library";
homepage = "https://github.com/atopile/easyeda2kicad.py";
-
changelog = "https://github.com/atopile/easyeda2kicad.py/releases/tag/v${version}";
+
changelog = "https://github.com/atopile/easyeda2kicad.py/releases/tag/${src.tag}";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ sigmanificient ];
mainProgram = "easyeda2kicad";