harlequin: 1.24.1 -> 1.25.0 (#350135)

This commit is contained in:
Nick Cao 2024-10-21 09:44:39 -04:00 committed by GitHub
commit 788346af0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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; [