python3Packages.mhcflurry: 2.2.0 -> 2.2.1

Diff: https://github.com/openvax/mhcflurry/compare/v2.2.0...v2.2.1

Changelog: https://github.com/openvax/mhcflurry/releases/tag/v2.2.1
This commit is contained in:
Gaetan Lepage
2026-04-19 17:00:16 +00:00
parent cbd5a8b25b
commit 6ca3d33d79
@@ -22,14 +22,14 @@
buildPythonPackage (finalAttrs: {
pname = "mhcflurry";
version = "2.2.0";
version = "2.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "openvax";
repo = "mhcflurry";
tag = "v${finalAttrs.version}";
hash = "sha256-xtxPQg4Hsu7PzbXdjf0MlEaOYeAZaMG3gSNsa6l9RiM=";
hash = "sha256-Vtlj6aK4o7rjhWeTaso/RBZWZFdoZy54AlTrYWUoGfE=";
};
build-system = [