lol

python310Packages.pyisy: 3.1.13 -> 3.1.14

Diff: https://github.com/automicus/PyISY/compare/refs/tags/v3.1.13...v3.1.14

Changelog: https://github.com/automicus/PyISY/releases/tag/v3.1.14

+2 -2
+2 -2
pkgs/development/python-modules/pyisy/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pyisy"; 14 - version = "3.1.13"; 14 + version = "3.1.14"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "automicus"; 21 21 repo = "PyISY"; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-FjreG+xjX8f68nUq/4HHEaYcUYjU/9sYvzmIN6kXezU="; 23 + hash = "sha256-OvWdKr8RlXRnAUMHSPhJDacvKeRa8QGPmGPQWLG2ouk="; 24 24 }; 25 25 26 26 SETUPTOOLS_SCM_PRETEND_VERSION = version;