python314Packages.cyclopts: 4.16.0 -> 4.16.1

Diff: https://github.com/BrianPugh/cyclopts/compare/v4.16.0...v4.16.1

Changelog: https://github.com/BrianPugh/cyclopts/releases/tag/v4.16.1
This commit is contained in:
Fabian Affolter
2026-05-26 12:09:31 +02:00
parent 87fcb8ea8b
commit d77826870e
@@ -28,14 +28,14 @@
buildPythonPackage (finalAttrs: {
pname = "cyclopts";
version = "4.16.0";
version = "4.16.1";
pyproject = true;
src = fetchFromGitHub {
owner = "BrianPugh";
repo = "cyclopts";
tag = "v${finalAttrs.version}";
hash = "sha256-tDDYVqhjvTRQ0rTvib4ek49zEnEefkKoq1t/3C/PRlQ=";
hash = "sha256-uKeGQw/vWDOtRi+CGNHfMAf/ofZyEfRqp2fUUWaIEDs=";
};
build-system = [