python3Packages.soco: 0.25.3 -> 0.26.0

This commit is contained in:
Martin Weinelt 2022-02-02 21:22:00 +01:00
parent 90a1dc061f
commit 2bf4803be8
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, graphviz
, appdirs
, ifaddr
, pythonOlder
, mock
@ -14,17 +15,18 @@
buildPythonPackage rec {
pname = "soco";
version = "0.25.3";
version = "0.26.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SoCo";
repo = "SoCo";
rev = "v${version}";
sha256 = "sha256-CoAmpcXy4oHMk0X4iJ/XMbUnI2m3ZWl8QzobH677FrI=";
sha256 = "sha256-rOJiO8BBbkp3dzy9hk3LV0hqQDLRgrA1kqnhvrseU0o=";
};
propagatedBuildInputs = [
appdirs
ifaddr
requests
xmltodict