Unverified Commit e1540295 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python3Packages.pepit: 0.4.0 -> 0.5.0 (#498939)

parents bca08222 93c83de2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "pepit";
  version = "0.4.0";
  version = "0.5.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "PerformanceEstimation";
    repo = "PEPit";
    tag = version;
    hash = "sha256-6HF/BkDFUvui7CaVfOeJUQhl3QLLyE7aabDWcZ4tgXc=";
    hash = "sha256-JwJGJhBC7fS10D6cUkQwhwoT932Pi4oPTtNLNwyM3Q4=";
  };

  postPatch = ''