soco-cli: 0.4.73 -> 0.4.80 (#437390)

This commit is contained in:
Fabian Affolter
2025-08-27 14:55:55 +02:00
committed by GitHub
+2 -2
View File
@@ -6,7 +6,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "soco-cli";
version = "0.4.73";
version = "0.4.80";
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-WxBwHjh5tCXclQXqrHrpvZdcQU93RObteAfZyyVvKf0=";
hash = "sha256-w4F1N1ULGH7mbxtI8FpZ54ixa9o7N2A9OEiE2FOf73g=";
};
build-system = with python3.pkgs; [ setuptools ];