python312Packages.bring-api: 0.7.2 -> 0.7.3

Diff: https://github.com/miaucl/bring-api/compare/refs/tags/0.7.2...0.7.3

Changelog: https://github.com/miaucl/bring-api/blob/0.7.3/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-07-21 23:46:49 +02:00
parent 585a077fd2
commit 43ed717e60
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bring-api";
version = "0.7.2";
version = "0.7.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "miaucl";
repo = "bring-api";
rev = "refs/tags/${version}";
hash = "sha256-941IAVlLwfHCyqUu0AhdIfBjuT3pZpk98ZUssBVjEUA=";
hash = "sha256-9asmGm2RwiP2BIygIkLLU30E0zJ/05kvoAfEPlGFW5U=";
};
build-system = [ setuptools ];