python312Packages.bring-api: 0.7.3 -> 0.8.1

This commit is contained in:
R. Ryantm 2024-07-28 19:47:06 +00:00
parent 6668b98f28
commit c2baace76d

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 ];