Merge pull request #268442 from r-ryantm/auto-update/python311Packages.umap-learn

python311Packages.umap-learn: 0.5.4 -> 0.5.5

authored by Mario Rodas and committed by GitHub e4beaf8a 8fb5e1f4

+3 -3
+3 -3
pkgs/development/python-modules/umap-learn/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "umap-learn"; 19 - version = "0.5.4"; 19 + version = "0.5.5"; 20 20 format = "setuptools"; 21 21 22 22 disabled = pythonOlder "3.7"; ··· 24 24 src = fetchFromGitHub { 25 25 owner = "lmcinnes"; 26 26 repo = "umap"; 27 - rev = version; 28 - hash = "sha256-cvAq9b7xDowLIfIAzV+X08SUEL0QOisr/wBXMYeQ/8A="; 27 + rev = "refs/tags/release-${version}"; 28 + hash = "sha256-bXAQjq7xBYn34tIZF96Sr5jDUii3s4FGkNx65rGKXkY="; 29 29 }; 30 30 31 31 propagatedBuildInputs = [