umap: 3.6.3 -> 3.7.1

This commit is contained in:
R. Ryantm
2026-04-05 20:34:08 +00:00
parent f7922f0cbc
commit a7e8552dc8
+2 -2
View File
@@ -19,14 +19,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "umap";
version = "3.6.3";
version = "3.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "umap-project";
repo = "umap";
rev = version;
hash = "sha256-b+ie1fZxeE7W2YKEUrftkRnmUnCeWZF1VSaB+nDRCXU=";
hash = "sha256-Fuq2whUFwidLd2pk1c1+jumik3IO13CwGLJraGvHHIA=";
};
build-system = [