From 156a4e68cee045af6ff9420b4d61dc5ced86aa5c Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 2 Oct 2024 08:13:40 +0200 Subject: [PATCH] python312Packages.mhcflurry: 2.1.3 -> 2.1.4 Diff: https://github.com/openvax/mhcflurry/compare/refs/tags/v2.1.3...v2.1.4 Changelog: https://github.com/openvax/mhcflurry/releases/tag/v2.1.4 --- pkgs/development/python-modules/mhcflurry/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/mhcflurry/default.nix b/pkgs/development/python-modules/mhcflurry/default.nix index 29c00af47c23..b33e95fbdf8a 100644 --- a/pkgs/development/python-modules/mhcflurry/default.nix +++ b/pkgs/development/python-modules/mhcflurry/default.nix @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "mhcflurry"; - version = "2.1.3"; + version = "2.1.4"; pyproject = true; src = fetchFromGitHub { owner = "openvax"; repo = "mhcflurry"; rev = "refs/tags/v${version}"; - hash = "sha256-Xz3Myd+pifNQMTH1BC2qsQEy7UorYNQNj+7ysMVmCOs="; + hash = "sha256-dxCGCPnk1IFKg8ZVqMJsojQL0KlNirKlHJoaaOYIzMU="; }; # keras and tensorflow are not in the official setup.py requirements but are required for the CLI utilities to run.