python310Packages.pyintesishome: 1.8.1 -> 1.8.3

This commit is contained in:
R. Ryantm 2022-09-08 21:55:19 +00:00
parent 456c6a40b0
commit f0bccadafe

View file

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