Commit 687adff9 authored by Bruno BELANYI's avatar Bruno BELANYI
Browse files

pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87

parent db23837a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:

python3.pkgs.buildPythonApplication rec {
  version = "0.5.0b3.dev85";
  version = "0.5.0b3.dev87";
  pname = "pyload-ng";
  pyproject = true;

@@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
    inherit version;
    # The uploaded tarball uses an underscore in recent releases
    pname = "pyload_ng";
    hash = "sha256-KLpfh53JKqe0kZLcQ1C4fXFFYeO5pPhia9fRxWsbIHY=";
    hash = "sha256-LbixaUfsWeU8WVpZsSLJmFR/hVLhCr1DRsIeFYCcxFA=";
  };

  patches = [