Unverified Commit 83255b2a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.cyclopts: 4.5.1 -> 4.5.2 (#491369)

parents 71000cda 161a6645
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

buildPythonPackage (finalAttrs: {
  pname = "cyclopts";
  version = "4.5.1";
  version = "4.5.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "BrianPugh";
    repo = "cyclopts";
    tag = "v${finalAttrs.version}";
    hash = "sha256-m1VKwyGTKEnXplc2Gxmgdol8XaWadc6LC29KzCamdvQ=";
    hash = "sha256-fjJPafJ+UDjkeHkZC3xXU8Gd1VGhnYEkh3YtjYAe/xw=";
  };

  build-system = [