python310Packages.hole: 0.7.0 -> 0.8.0

Changelog: https://github.com/home-assistant-ecosystem/python-hole/releases/tag/0.8.0
This commit is contained in:
Fabian Affolter 2022-12-23 22:19:17 +01:00
parent f7ba1ea2a5
commit 5b211efbe8

View File

@ -8,14 +8,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "hole"; pname = "hole";
version = "0.7.0"; version = "0.8.0";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-yZpzGfB5RTWaRn2DmT+cbSDC0pL16FyUc0Nr/V6TlhU="; hash = "sha256-zkghLJe1SzN2qOeL23+T2ISjGkuODd9tJA1tO3hw2a0=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [