Merge pull request #190396 from r-ryantm/auto-update/python3.10-pyintesishome

python310Packages.pyintesishome: 1.8.1 -> 1.8.3
This commit is contained in:
Fabian Affolter 2022-09-11 19:50:51 +02:00 committed by GitHub
commit 01582a7cd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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