Unverified Commit 2663765f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.ihm: 2.6 -> 2.7 (#424997)

parents e0bcc2ca 89e19667
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

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

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

  nativeBuildInputs = [ swig ];