harlequin: 1.24.1 -> 1.25.0

This commit is contained in:
R. Ryantm 2024-10-21 03:54:31 +00:00
parent 13bb3040ae
commit 9f3d02d510

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