Skip to content

Commit 2702f06

Browse files
committed
1 parent add9ba0 commit 2702f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ha/harlequin/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
}:
1212
python3Packages.buildPythonApplication rec {
1313
pname = "harlequin";
14-
version = "1.25.0";
14+
version = "1.25.2";
1515
pyproject = true;
1616

1717
src = fetchFromGitHub {
1818
owner = "tconbeer";
1919
repo = "harlequin";
2020
rev = "refs/tags/v${version}";
21-
hash = "sha256-iRl91GqYigD6t0aVVShBg835yhlPxgfZcQCdAGUoc1k=";
21+
hash = "sha256-ov9pMvFzJAMfOM7JeSgnp6dZ424GiRaH7W5OCKin9Jk=";
2222
};
2323

2424
build-system = with python3Packages; [

0 commit comments

Comments
 (0)