python3Packages.soco: 0.30.13 -> 0.30.14

https://github.com/SoCo/SoCo/releases/tag/v0.30.14

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:55 +01:00
parent 7a60a04d65
commit 164ba9bc3e
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "soco";
version = "0.30.13";
version = "0.30.14";
pyproject = true;
src = fetchFromGitHub {
owner = "SoCo";
repo = "SoCo";
tag = "v${version}";
hash = "sha256-AmkYEsvVEEzCJYZf0c9OQqb4EzoZT47Pn94n4dlVW1w=";
hash = "sha256-b9VOYOu2rkLOSEwKxXko08sFPRiUspm5iTLZu0j92rc=";
};
build-system = [ setuptools ];