python310Packages.PyChromecast: 13.0.1 -> 13.0.2

Changelog: https://github.com/home-assistant-libs/pychromecast/releases/tag/13.0.2
This commit is contained in:
Fabian Affolter
2022-12-09 14:07:32 +01:00
parent 0b8752bb65
commit b2bcd2edc1

View File

@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pychromecast";
version = "13.0.1";
version = "13.0.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyChromecast";
inherit version;
hash = "sha256-IDqvA3r7rKEnY6OpEZKd0lsKinse4A0BDTQ5vTGpglI=";
hash = "sha256-G1IOR3SSzY/gIuTQQeZ2BW1f/7tsBbL0UJgBoGvGe+w=";
};
postPatch = ''