From 74800ed6d8474d4a93e55a1cac33197ee673165e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 2 Nov 2021 13:04:58 +0100 Subject: [PATCH] python3Packages.pyinsteon: 1.0.12 -> 1.0.13 --- pkgs/development/python-modules/pyinsteon/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyinsteon/default.nix b/pkgs/development/python-modules/pyinsteon/default.nix index 4a0e04943b89..04dbd8142ff6 100644 --- a/pkgs/development/python-modules/pyinsteon/default.nix +++ b/pkgs/development/python-modules/pyinsteon/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "pyinsteon"; - version = "1.0.12"; + version = "1.0.13"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = pname; repo = pname; rev = version; - sha256 = "sha256-IlRCUogs78kbKY8gp22YzIkNrXhSCLJDDDtFAucrQxE="; + sha256 = "sha256-KVwAF+yoU26ktNRKWQ+nrhS1i90xQxAhRAr4VJ+xtl0="; }; propagatedBuildInputs = [