python3Packages.hikari-crescent: 1.2.0 -> 1.3.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:48 +02:00
parent 732438f578
commit 0ce3df6b39
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "hikari-crescent";
version = "1.2.0";
version = "1.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "hikari-crescent";
repo = "hikari-crescent";
tag = "v${version}";
hash = "sha256-aQjT5sAaqConUtRGcqddzwcbBJkbwYOCxvnNJpKu3yI=";
hash = "sha256-wFWltwhayvv/zkIWMGogjTqy/qZfO1hUU6CzF3T9E1Y=";
};
build-system = [ poetry-core ];