python3Packages.seabreeze: 2.5.0 -> 2.6.0

This commit is contained in:
Martin Weinelt 2024-03-08 02:42:26 +01:00
parent 6e33f4f5df
commit fe68583e92

View File

@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "seabreeze";
version = "2.5.0";
version = "2.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ap--";
repo = "python-seabreeze";
rev = "refs/tags/v${version}";
hash = "sha256-25rFGpfwJKj9lLDO/ZsqJ2NfCsgSSJghLZxffjX/+7w=";
hash = "sha256-Ead9G4i8/mFwPqL2PGsndtmX93Njld3nvTTr6ROJTac=";
leaveDotGit = true;
};