mmseqs2: 16-747c6 -> 17-b804f (#374958)

authored by

OTABI Tomoya and committed by
GitHub
f70d63b3 6fefe634

+3 -2
+3 -2
pkgs/by-name/mm/mmseqs2/package.nix
··· 26 26 27 27 stdenv.mkDerivation (finalAttrs: { 28 28 pname = "mmseqs2"; 29 - version = "16-747c6"; 29 + version = "17-b804f"; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "soedinglab"; 33 33 repo = "mmseqs2"; 34 34 tag = finalAttrs.version; 35 - hash = "sha256-O7tx+gdVAmZLihPnWSo9RWNVzfPjI61LGY/XeaGHrI0="; 35 + hash = "sha256-nmvFoW+Ey18NcM2w14Ak/3D/Kic52Vka/RxvBd0YoKI="; 36 36 }; 37 37 38 38 nativeBuildInputs = ··· 89 89 description = "Ultra fast and sensitive sequence search and clustering suite"; 90 90 mainProgram = "mmseqs"; 91 91 homepage = "https://mmseqs.com/"; 92 + changelog = "https://github.com/soedinglab/MMseqs2/releases/tag/${version}"; 92 93 license = licenses.mit; 93 94 maintainers = with maintainers; [ natsukium ]; 94 95 platforms = platforms.unix;