python3Packages.seabreeze: 2.10.1 -> 2.11.0 (#457544)

This commit is contained in:
Nick Cao
2025-11-03 21:52:21 +00:00
committed by GitHub
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "seabreeze";
version = "2.10.1";
version = "2.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ap--";
repo = "python-seabreeze";
tag = "v${version}";
hash = "sha256-q4qBblebCb5z67KgWBIzsvCWNZf146I7LHPCyAabDUM=";
hash = "sha256-PplymlXZlRt+BzhCzIYRMjr+rMFf+XfSq846QAlbRi0=";
leaveDotGit = true;
};