Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.soco: 0.30.5 -> 0.30.6

Diff: https://github.com/SoCo/SoCo/compare/refs/tags/v0.30.5...v0.30.6

Changelog: https://github.com/SoCo/SoCo/releases/tag/v0.30.6

+2 -2
+2 -2
pkgs/development/python-modules/soco/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "soco"; 21 - version = "0.30.5"; 21 + version = "0.30.6"; 22 22 pyproject = true; 23 23 24 24 disabled = pythonOlder "3.6"; ··· 27 27 owner = "SoCo"; 28 28 repo = "SoCo"; 29 29 rev = "refs/tags/v${version}"; 30 - hash = "sha256-Lw/VXEfIb+avRpQHcy0TVhWDjdGQlHHtVs2gZZkAAM4="; 30 + hash = "sha256-3/BDqCYNgICb8NGYR1VJM9MsMRmdvJVruqFXuyG6tIY="; 31 31 }; 32 32 33 33 build-system = [ setuptools ];