python3Packages.atopile: 0.2.69 -> 0.11.1

https://github.com/atopile/atopile/releases/tag/v0.11.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:58:03 +02:00
parent 208d865f59
commit 0ca97483b6
@@ -47,14 +47,14 @@
buildPythonPackage rec {
pname = "atopile";
version = "0.2.69";
version = "0.11.1";
pyproject = true;
src = fetchFromGitHub {
owner = "atopile";
repo = "atopile";
tag = "v${version}";
hash = "sha256-mQYnaWch0lVzz1hV6WboYxBGe3ruw+mK2AwMx13DQJM=";
hash = "sha256-rf8dWeZYnL0Ce4TDEyediYN+jc+StsGZrpp9OohSz8g=";
};
build-system = [
@@ -118,7 +118,7 @@ buildPythonPackage rec {
description = "Design circuit boards with code";
homepage = "https://aiopg.readthedocs.io/";
downloadPage = "https://github.com/atopile/atopile";
changelog = "https://github.com/atopile/atopile/releases/tag/${src.rev}";
changelog = "https://github.com/atopile/atopile/releases/tag/${src.tag}";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ sigmanificient ];
mainProgram = "ato";