Merge pull request #330723 from r-ryantm/auto-update/python312Packages.bring-api

python312Packages.bring-api: 0.7.3 -> 0.8.1
This commit is contained in:
Fabian Affolter 2024-07-29 09:50:49 +02:00 committed by GitHub
commit b04d1bc581
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bring-api";
version = "0.7.3";
version = "0.8.1";
pyproject = true;
disabled = pythonOlder "3.11";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "miaucl";
repo = "bring-api";
rev = "refs/tags/${version}";
hash = "sha256-9asmGm2RwiP2BIygIkLLU30E0zJ/05kvoAfEPlGFW5U=";
hash = "sha256-w7DV+Idcg7OobFx+ECimngQKk0SCzd5F+DTg+WcnJwA=";
};
build-system = [ setuptools ];