Unverified Commit 0e4e87d2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.ihm: 2.5 -> 2.6 (#417059)

parents e7480e78 c9743b4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "ihm";
  version = "2.5";
  version = "2.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ihmwg";
    repo = "python-ihm";
    tag = version;
    hash = "sha256-U9Ytb2v9gzOu6MMz6HFn+yY5N+qCi692bN602Rt13S8=";
    hash = "sha256-g8ELTPPWnSXpzH7IiPTe4MS+jIFQPXx48D/X9dL2nPk=";
  };

  nativeBuildInputs = [ swig ];