python312Packages.soco: 0.30.4 -> 0.30.5

This commit is contained in:
R. Ryantm 2024-10-14 17:40:38 +00:00
parent a5c8476661
commit 1822026edc

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "soco";
version = "0.30.4";
version = "0.30.5";
pyproject = true;
disabled = pythonOlder "3.6";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "SoCo";
repo = "SoCo";
rev = "refs/tags/v${version}";
hash = "sha256-t5Cxlm5HhN6WY6ty4i2MAtqjbC7DwZqSp1g5nybFAH4=";
hash = "sha256-Lw/VXEfIb+avRpQHcy0TVhWDjdGQlHHtVs2gZZkAAM4=";
};
build-system = [ setuptools ];