Unverified Commit 5a4eafe2 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python3Packages.ihm: 2.7 -> 2.8 (#470847)

parents 1e75aff9 b7494c8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

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

  src = fetchFromGitHub {
    owner = "ihmwg";
    repo = "python-ihm";
    tag = version;
    hash = "sha256-ZMHVYuNcUjhMKJUr5bCIELO6F0CNi0ESfbsBm5vOiA4=";
    hash = "sha256-sT2wZRKyW+N0gd6xwOAEXImMnWKWq8h9UX1b3qkDLGQ=";
  };

  nativeBuildInputs = [ swig ];