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.

Changed files
+3 -3
pkgs
development
python-modules
atopile
+3 -3
pkgs/development/python-modules/atopile/default.nix
···
buildPythonPackage rec {
pname = "atopile";
-
version = "0.2.69";
pyproject = true;
src = fetchFromGitHub {
owner = "atopile";
repo = "atopile";
tag = "v${version}";
-
hash = "sha256-mQYnaWch0lVzz1hV6WboYxBGe3ruw+mK2AwMx13DQJM=";
};
build-system = [
···
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}";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ sigmanificient ];
mainProgram = "ato";
···
buildPythonPackage rec {
pname = "atopile";
+
version = "0.11.1";
pyproject = true;
src = fetchFromGitHub {
owner = "atopile";
repo = "atopile";
tag = "v${version}";
+
hash = "sha256-rf8dWeZYnL0Ce4TDEyediYN+jc+StsGZrpp9OohSz8g=";
};
build-system = [
···
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.tag}";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ sigmanificient ];
mainProgram = "ato";