Unverified Commit 28400453 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

i-pi: 3.1.7 -> 3.1.8 (#490806)

parents 54b37248 b8bc18ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "i-pi";
  version = "3.1.7";
  version = "3.1.8";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "i-pi";
    repo = "i-pi";
    tag = "v${version}";
    hash = "sha256-AeHZWzgV0pqlKNdDCuAglpTDm3M8PWKDGvPw3lyQdF8=";
    hash = "sha256-EiCKx1Hv7Aan8iMtSnjI28iUtyUTMIzxCUO97C0w00I=";
  };

  build-system = [