python3Packages.soco: 0.30.15 -> 0.31.0

This commit is contained in:
R. Ryantm
2026-04-09 13:10:42 +00:00
parent 5a670b6912
commit 5f227351cb
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "soco";
version = "0.30.15";
version = "0.31.0";
pyproject = true;
src = fetchFromGitHub {
owner = "SoCo";
repo = "SoCo";
tag = "v${version}";
hash = "sha256-wnfqxFKDSO7gcIc5UGJs/v3VxttlQPrRWYeZc5IlriU=";
hash = "sha256-Tuh+ycH2czTZHNw5p02NtCfBDuqshMiJAuzPAfcCaTE=";
};
build-system = [ setuptools ];