python3Packages.soco: 0.30.14 -> 0.30.15

Diff: https://github.com/SoCo/SoCo/compare/v0.30.14...v0.30.15

Changelog: https://github.com/SoCo/SoCo/releases/tag/v0.30.15
This commit is contained in:
Robert Schütz
2026-04-03 21:53:58 -07:00
parent 5ee698b3ad
commit e02032f074
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "soco";
version = "0.30.14";
version = "0.30.15";
pyproject = true;
src = fetchFromGitHub {
owner = "SoCo";
repo = "SoCo";
tag = "v${version}";
hash = "sha256-b9VOYOu2rkLOSEwKxXko08sFPRiUspm5iTLZu0j92rc=";
hash = "sha256-wnfqxFKDSO7gcIc5UGJs/v3VxttlQPrRWYeZc5IlriU=";
};
build-system = [ setuptools ];