Commit 5614e0f7 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.mhcflurry: 2.0.6 -> 2.1.0

parent b4c0c733
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "mhcflurry";
  version = "2.0.6";
  version = "2.1.0";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "openvax";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-Cr7L6uo6Kc1PSeG5nK6zQSD7eeCFcUJUzhsX+waz7og=";
    hash = "sha256-VyPHcNlZYgNJZb2UBFX55x+nE0GnHixkcsiTNjDCju0=";
  };

  nativeBuildInputs = [ pythonRelaxDepsHook ];