Unverified Commit 5a354dd7 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.cyclopts: 3.10.1 -> 3.11.0 (#392978)

parents bd39aa78 ec8d5e8a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "cyclopts";
  version = "3.10.1";
  version = "3.11.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "BrianPugh";
    repo = "cyclopts";
    tag = "v${version}";
    hash = "sha256-OJpAY0h3MEbzm4Z3MExQjPM8RCpGW8moWLMKSvClRmw=";
    hash = "sha256-NtYtF8VJOLovRCqMV/ej1QvKiLrRQGmo4GUOU1myHPo=";
  };

  build-system = [