python312Packages.bring-api: 0.7.1 -> 0.7.2

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

Changelog: https://github.com/miaucl/bring-api/blob/0.7.2/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-06-06 08:35:04 +02:00
parent c06dbd0faa
commit e13c8b5d79
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bring-api";
version = "0.7.1";
version = "0.7.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "miaucl";
repo = "bring-api";
rev = "refs/tags/${version}";
hash = "sha256-ca6VNC1AG+BAzEhH+N3cwXL9pIBwAX6qLWMpgkEjn98=";
hash = "sha256-941IAVlLwfHCyqUu0AhdIfBjuT3pZpk98ZUssBVjEUA=";
};
build-system = [ setuptools ];