python310Packages.pyisy: 3.0.2 -> 3.0.3

authored by R. Ryantm and committed by Robert Schütz d4de0d56 fcc4d464

+2 -2
+2 -2
pkgs/development/python-modules/pyisy/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "pyisy"; 11 - version = "3.0.2"; 11 + version = "3.0.3"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "automicus"; 15 15 repo = "PyISY"; 16 16 rev = "v${version}"; 17 - hash = "sha256-ad3hVs0B3uBHj/LVWwAXAkUMbjHPtyaeKueRPcmIMFg="; 17 + hash = "sha256-zQ0IBfbWEGv5t+b3EKF+6tEpmwfAWFMndPqSNSQZ5b4="; 18 18 }; 19 19 20 20 postPatch = ''