soco-cli: 0.4.80 -> 0.4.81

This commit is contained in:
R. Ryantm
2025-12-22 10:05:32 +00:00
parent 3a8942383c
commit 12c1c62004
+2 -2
View File
@@ -6,7 +6,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "soco-cli";
version = "0.4.80";
version = "0.4.81";
pyproject = true;
disabled = python3.pythonOlder "3.6";
@@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "avantrec";
repo = "soco-cli";
rev = "v${version}";
hash = "sha256-w4F1N1ULGH7mbxtI8FpZ54ixa9o7N2A9OEiE2FOf73g=";
hash = "sha256-Be/NzaO6EmpJC5NjNXhcp1K2ObXUduheqPWhsXI/Jc8=";
};
build-system = with python3.pkgs; [ setuptools ];