Unverified Commit 4809bc0f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.cyclopts: 4.8.0 -> 4.10.0 (#500084)

parents d7f5c551 9eb49709
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

buildPythonPackage (finalAttrs: {
  pname = "cyclopts";
  version = "4.8.0";
  version = "4.10.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "BrianPugh";
    repo = "cyclopts";
    tag = "v${finalAttrs.version}";
    hash = "sha256-pup2QOn9vqi5hIM+ei+TXQ5Bo/KMxZp+BXETqpguMBI=";
    hash = "sha256-wUNqysXUP0vzQBgb6EOVBh/3/bJf2Tgf5lHeNXucyPk=";
  };

  build-system = [