Unverified Commit 788346af authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

harlequin: 1.24.1 -> 1.25.0 (#350135)

parents 85c9ca36 9f3d02d5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@
}:
python3Packages.buildPythonApplication rec {
  pname = "harlequin";
  version = "1.24.1";
  version = "1.25.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tconbeer";
    repo = "harlequin";
    rev = "refs/tags/v${version}";
    hash = "sha256-3Rb47zkWsC6RJhk1btQc/kwxpFFWVnxY2PJooHB7IzQ=";
    hash = "sha256-iRl91GqYigD6t0aVVShBg835yhlPxgfZcQCdAGUoc1k=";
  };

  build-system = with python3Packages; [