python312Packages.upb-lib: 0.5.8 -> 0.5.9

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

Changelog: https://github.com/gwww/upb-lib/releases/tag/0.5.9
This commit is contained in:
Fabian Affolter
2024-12-06 00:11:19 +01:00
parent 979c64655b
commit b6a73a110f
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "upb-lib";
version = "0.5.8";
version = "0.5.9";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "gwww";
repo = "upb-lib";
rev = "refs/tags/${version}";
hash = "sha256-YCJl3cIaNmRQ5+GbIDcAvDhI0R4r2AWG2Ba1zmnfbMA=";
hash = "sha256-GnNzKU4mqBu2pUOju+4+HMLsTupd8s+nAAieixkBCDk=";
};
build-system = [ poetry-core ];