easyeda2kicad: 0.8.0 -> 1.0.1

This commit is contained in:
R. Ryantm
2026-04-12 16:47:35 +00:00
parent 7be92c5350
commit 27effc2ab6
+2 -2
View File
@@ -6,12 +6,12 @@
python3Packages.buildPythonPackage rec {
pname = "easyeda2kicad";
version = "0.8.0";
version = "1.0.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-p4G+bRB29uBohqQpI3PrkwyZId5McJ1t2Ru26hBPSks=";
hash = "sha256-EipI+vo7kY5zAYXJc900IYOSi4oNviRDbRPVi5ApDoQ=";
};
build-system = with python3Packages; [