harlequin: 2.4.0 -> 2.4.1 (#457098)

This commit is contained in:
Nick Cao
2025-10-30 22:16:53 +00:00
committed by GitHub

View File

@@ -12,14 +12,14 @@
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "harlequin"; pname = "harlequin";
version = "2.4.0"; version = "2.4.1";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tconbeer"; owner = "tconbeer";
repo = "harlequin"; repo = "harlequin";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-jg29EEwPVTy1n6PYAxNqbyCsmmAxzRWD3vLCvvMd+6E="; hash = "sha256-W/Za/k/XusZmPLiX4ER9XaQWG4jdkrIh7JualHeeqZM=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [