Commit 9f3d02d5 authored by R. RyanTM's avatar R. RyanTM
Browse files

harlequin: 1.24.1 -> 1.25.0

parent 13bb3040
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; [