python310Packages.hole: 0.7.0 -> 0.8.0

Changelog: https://github.com/home-assistant-ecosystem/python-hole/releases/tag/0.8.0

+2 -2
+2 -2
pkgs/development/python-modules/hole/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "hole"; 11 - version = "0.7.0"; 12 format = "setuptools"; 13 14 disabled = pythonOlder "3.8"; 15 16 src = fetchPypi { 17 inherit pname version; 18 - hash = "sha256-yZpzGfB5RTWaRn2DmT+cbSDC0pL16FyUc0Nr/V6TlhU="; 19 }; 20 21 propagatedBuildInputs = [
··· 8 9 buildPythonPackage rec { 10 pname = "hole"; 11 + version = "0.8.0"; 12 format = "setuptools"; 13 14 disabled = pythonOlder "3.8"; 15 16 src = fetchPypi { 17 inherit pname version; 18 + hash = "sha256-zkghLJe1SzN2qOeL23+T2ISjGkuODd9tJA1tO3hw2a0="; 19 }; 20 21 propagatedBuildInputs = [