python3Packages.systembridgeconnector: 4.1.11 -> 5.1.0

Diff: https://github.com/timmo001/system-bridge-connector/compare/4.1.11...5.1.0

Changelog: https://github.com/timmo001/system-bridge-connector/releases/tag/5.1.0

Changed files
+2 -2
pkgs
development
python-modules
systembridgeconnector
+2 -2
pkgs/development/python-modules/systembridgeconnector/default.nix
···
buildPythonPackage rec {
pname = "systembridgeconnector";
-
version = "4.1.11";
+
version = "5.1.0";
pyproject = true;
disabled = pythonOlder "3.11";
···
owner = "timmo001";
repo = "system-bridge-connector";
tag = version;
-
hash = "sha256-C7J2G5Go5y1iXjEPS6uIB38C8SAkEWfn9K1cnUhi+8k=";
+
hash = "sha256-KfFlYBITHxzk87b2W0KO9djyX0yBc7ioDKEUgHHe3eM=";
};
build-system = [