python3Packages.soco: 0.30.15 -> 0.31.0 (#508328)

This commit is contained in:
dotlambda
2026-04-18 01:41:07 +00:00
committed by GitHub
@@ -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 ];