Merge pull request #142357 from r-ryantm/auto-update/python38Packages.PyChromecast

python38Packages.PyChromecast: 9.3.0 -> 9.3.1

authored by Fabian Affolter and committed by GitHub fcb07a71 36334551

+2 -2
+2 -2
pkgs/development/python-modules/pychromecast/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "PyChromecast"; 5 - version = "9.3.0"; 5 + version = "9.3.1"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "sha256-VN3TWbfk0Bm+LJ05/Cx1zRbiFYKafqca99GEobAxlhw="; 9 + sha256 = "a1d6807ae0fc455aaeecd2def87c31bb86679a2920cacfa7910db9c9db5085d4"; 10 10 }; 11 11 12 12 disabled = !isPy3k;