python3Packages.pyintesishome: 1.7.7 -> 1.8.0

This commit is contained in:
Fabian Affolter 2021-08-02 22:40:50 +02:00 committed by Jonathan Ringer
parent 77396b3e38
commit ebfc5eef67

View file

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "pyintesishome";
version = "1.7.7";
version = "1.8.0";
src = fetchFromGitHub {
owner = "jnimmo";
repo = "pyIntesisHome";
rev = version;
sha256 = "1wjh6bib6bg9rf4q9z6dlrf3gncj859hz4i20a9w06jci7b2yaaz";
sha256 = "1y1agdr32p7m4dbb6kzchh0vb49gy0rqp8hq9zadwrq2vp70k5sn";
};
propagatedBuildInputs = [