Skip to content

Commit 687adff

Browse files
committed
pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87
1 parent db23837 commit 687adff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/py/pyload-ng/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
}:
77

88
python3.pkgs.buildPythonApplication rec {
9-
version = "0.5.0b3.dev85";
9+
version = "0.5.0b3.dev87";
1010
pname = "pyload-ng";
1111
pyproject = true;
1212

1313
src = fetchPypi {
1414
inherit version;
1515
# The uploaded tarball uses an underscore in recent releases
1616
pname = "pyload_ng";
17-
hash = "sha256-KLpfh53JKqe0kZLcQ1C4fXFFYeO5pPhia9fRxWsbIHY=";
17+
hash = "sha256-LbixaUfsWeU8WVpZsSLJmFR/hVLhCr1DRsIeFYCcxFA=";
1818
};
1919

2020
patches = [

0 commit comments

Comments
 (0)