python312Packages.upb-lib: 0.5.7 -> 0.5.8

Diff: https://github.com/gwww/upb-lib/compare/refs/tags/0.5.7...0.5.8

Changelog: https://github.com/gwww/upb-lib/releases/tag/0.5.8
This commit is contained in:
Robert Schütz 2024-07-19 08:29:17 -07:00 committed by Martin Weinelt
parent 31f445c003
commit 183c48e99e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "upb-lib";
version = "0.5.7";
version = "0.5.8";
pyproject = true;
disabled = pythonOlder "3.11";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "gwww";
repo = "upb-lib";
rev = "refs/tags/${version}";
hash = "sha256-y06/XqdmGXTd2Qhr2iXnmIKCSpAetXwI1UXv555ewoc=";
hash = "sha256-YCJl3cIaNmRQ5+GbIDcAvDhI0R4r2AWG2Ba1zmnfbMA=";
};
build-system = [ poetry-core ];