python310Packages.pyintesishome: 1.8.3 -> 1.8.4

This commit is contained in:
Fabian Affolter 2022-09-29 00:35:27 +02:00
parent 8be09c8012
commit 02a713457b

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "pyintesishome";
version = "1.8.3";
version = "1.8.4";
src = fetchFromGitHub {
owner = "jnimmo";
repo = "pyIntesisHome";
rev = "refs/tags/${version}";
sha256 = "sha256-PMRTRQYckqD8GRatyj7IMAiFPbi91HvX19Jwe28rIPg=";
sha256 = "sha256-+pXGB7mQszbBp4KhOYzDKoGFoUHATWLbOU6QwMIpGWU=";
};
propagatedBuildInputs = [