python3Packages.cyclopts: 3.22.5 -> 3.23.1

This commit is contained in:
R. Ryantm
2025-09-05 23:20:00 +00:00
parent 610eccade1
commit dc38cd0e1a
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "cyclopts";
version = "3.22.5";
version = "3.23.1";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "BrianPugh";
repo = "cyclopts";
tag = "v${version}";
hash = "sha256-Jts60OLapLBM9tZCPd9OtRgqyrQveUVDHTIz302cCrI=";
hash = "sha256-qKQcx38b/GfFvJHXToLGkszBf5inRLfZTvcCX0MCaYk=";
};
build-system = [