From 2680769ae5e3e64dc752850be71aa57c1436ea1c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 6 Feb 2022 18:50:33 +0100 Subject: [PATCH] python3Packages.soco: 0.26.1 -> 0.26.2 --- pkgs/development/python-modules/soco/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/soco/default.nix b/pkgs/development/python-modules/soco/default.nix index 811f3a907b4c..ac95384fb6ce 100644 --- a/pkgs/development/python-modules/soco/default.nix +++ b/pkgs/development/python-modules/soco/default.nix @@ -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 = [