From 615711bd5afae72a2d4d3f0a98ce6499b40b911c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 16 Oct 2025 02:57:11 +0000 Subject: [PATCH] python3Packages.monotonic-alignment-search: 0.2.0 -> 0.2.1 --- .../python-modules/monotonic-alignment-search/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/monotonic-alignment-search/default.nix b/pkgs/development/python-modules/monotonic-alignment-search/default.nix index fd4f932dfa09..552ba96f80af 100644 --- a/pkgs/development/python-modules/monotonic-alignment-search/default.nix +++ b/pkgs/development/python-modules/monotonic-alignment-search/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "monotonic-alignment-search"; - version = "0.2.0"; + version = "0.2.1"; pyproject = true; src = fetchFromGitHub { owner = "eginhard"; repo = "monotonic_alignment_search"; tag = "v${version}"; - hash = "sha256-N714DfLyrdhhm2yWlMzUVZkQ5Ys2aOmtEcxACGM665Y="; + hash = "sha256-XsQDRsgwwlZAmxpsISgNYbrgnMOQIVNvzJV4ZWxswCY="; }; build-system = [