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
This commit is contained in:
Robert Schütz 2023-02-25 21:10:00 -08:00
parent 9952d6bc39
commit 07305ef3e0

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyisy";
version = "3.1.13";
version = "3.1.14";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "automicus";
repo = "PyISY";
rev = "refs/tags/v${version}";
hash = "sha256-FjreG+xjX8f68nUq/4HHEaYcUYjU/9sYvzmIN6kXezU=";
hash = "sha256-OvWdKr8RlXRnAUMHSPhJDacvKeRa8QGPmGPQWLG2ouk=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;