Unverified Commit 21f33608 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.cyclopts: 4.1.0 -> 4.2.1 (#457480)

parents 14d65af1 1e1711e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "cyclopts";
  version = "4.1.0";
  version = "4.2.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "BrianPugh";
    repo = "cyclopts";
    tag = "v${version}";
    hash = "sha256-829a2THiOszIiwJDh6WiAU8jZG84so0Jy1xD42ZSZgc=";
    hash = "sha256-dBI7ax7ljmCrE7ymcMa/B9uMtLyRTC42unrKBJ9QYQg=";
  };

  build-system = [