python3Packages.soco: 0.26.1 -> 0.26.2

This commit is contained in:
Fabian Affolter 2022-02-06 18:50:33 +01:00
parent 189f73465b
commit 2680769ae5

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "soco";
version = "0.26.1";
version = "0.26.2";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SoCo";
repo = "SoCo";
rev = "v${version}";
sha256 = "sha256-h9mgL98+MPY9K5sKuRQthQoP8nVL1tIHGslh5ojgLfc=";
sha256 = "sha256-VOGdv3g11OzNeTlBwm8hRy6fThDKVKIlgQxR4b07y/8=";
};
propagatedBuildInputs = [