python310Packages.soco: 0.26.2 -> 0.26.3

This commit is contained in:
R. Ryantm
2022-02-19 12:20:00 +00:00
parent abf79e5e71
commit c16960ba2d
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "soco";
version = "0.26.2";
version = "0.26.3";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SoCo";
repo = "SoCo";
rev = "v${version}";
sha256 = "sha256-VOGdv3g11OzNeTlBwm8hRy6fThDKVKIlgQxR4b07y/8=";
sha256 = "sha256-tMW5SCsO1XMQdbasMw3qIMwj+Y6wTQHAmTZ+9r8Mffs=";
};
propagatedBuildInputs = [