3
0
Fork 0
forked from mirrors/nixpkgs

python: pysonos: 0.0.28 -> 0.0.31

This commit is contained in:
Frederik Rietdijk 2020-06-05 19:44:36 +02:00
parent 5e8c7f390a
commit 2ddec151af

View file

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "pysonos";
version = "0.0.28";
version = "0.0.31";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "09852c0bfe07e3529f8665527381f586c7ea3beabcd7291311e679d56459069d";
sha256 = "03f21d2fb27cd938bd2c47f8582c0737eb7426a0cd59e5a60171fabe5e963e62";
};
propagatedBuildInputs = [ xmltodict requests ifaddr ];