eggnog-mapper: 2.1.10 -> 2.1.12

This commit is contained in:
R. Ryantm 2024-01-18 19:17:47 +00:00
parent c0733e0dc6
commit 54c63ff613

View File

@ -8,13 +8,13 @@
python3Packages.buildPythonApplication rec {
pname = "eggnog-mapper";
version = "2.1.10";
version = "2.1.12";
src = fetchFromGitHub {
owner = "eggnogdb";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-6R2gl2l2Cl/eva0g+kxDLBI2+5T9cFTgaGMsEfeDVU0=";
hash = "sha256-+luxXQmtGufYrA/9Ak3yKzbotOj2HM3vhIoOxE+Ty1U=";
};
postPatch = ''