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

This commit is contained in:
Bruno BELANYI
2024-11-11 11:32:35 +00:00
parent db23837a18
commit 687adff994
+2 -2
View File
@@ -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 = [