summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2026-05-02 16:23:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2026-05-02 16:23:07 +0000
commitf7fe61fc34d95a714c4878e6f18858c032bba9dc (patch)
treea1ef7f95d05462b5899a8d441375d666f5b3e044 /pkgs/development/python-modules
parente8e5dcb060f1be385b9a9d03d35d2906c6e7a3f5 (diff)
python3Packages.pyintesishome: 1.8.5 -> 1.8.7
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/pyintesishome/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyintesishome/default.nix b/pkgs/development/python-modules/pyintesishome/default.nix
index 218cf2870c53..96ef3a1f9c93 100644
--- a/pkgs/development/python-modules/pyintesishome/default.nix
+++ b/pkgs/development/python-modules/pyintesishome/default.nix
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pyintesishome";
- version = "1.8.5";
+ version = "1.8.7";
format = "setuptools";
src = fetchFromGitHub {
owner = "jnimmo";
repo = "pyIntesisHome";
tag = version;
- hash = "sha256-QgIvIn8I5EtJSNj1FdOI+DPgG7/y2ToQ62dhk7flieo=";
+ hash = "sha256-TwZAuu/mnChZwhZ5uGPiQ23curCiqTKWNgDrvwpgojc=";
};
propagatedBuildInputs = [ aiohttp ];