From bde453a1be5b1e710fb46e21714dd4da0eaec0e0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 20 Apr 2025 09:56:04 +0200 Subject: [PATCH] python313Packages.cyclopts: 3.13.0 -> 3.13.1 Diff: https://github.com/BrianPugh/cyclopts/compare/refs/tags/v3.13.0...refs/tags/v3.13.1 Changelog: https://github.com/BrianPugh/cyclopts/releases/tag/v3.13.1 --- pkgs/development/python-modules/cyclopts/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cyclopts/default.nix b/pkgs/development/python-modules/cyclopts/default.nix index 7c2b8916b22f..2aaffcb20ef7 100644 --- a/pkgs/development/python-modules/cyclopts/default.nix +++ b/pkgs/development/python-modules/cyclopts/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "cyclopts"; - version = "3.13.0"; + version = "3.13.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "BrianPugh"; repo = "cyclopts"; tag = "v${version}"; - hash = "sha256-L8RHBjOfXS2VocyVG/GL4LgfYN/ev+BbMqK8uE3lkOw="; + hash = "sha256-clufN+oFw32hKhbPFhIWWjwq512WP5Vxe3cvM/wze60="; }; build-system = [