python3Packages.librt: 0.9.0 -> 0.11.0

https://github.com/mypyc/librt/compare/v0.9.0...v0.11.0
This commit is contained in:
Martin Weinelt
2026-05-30 03:53:09 +02:00
parent 3ca34d25fc
commit ca8d5fbb3d
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "librt";
version = "0.9.0";
version = "0.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mypyc";
repo = "librt";
tag = "v${version}";
hash = "sha256-RZGaOq8hmkwekCs1fKshDrx3vmHdJl/wI3IO9ZLH5rc=";
hash = "sha256-y9z1EdrZRiDtT8cxz/Ex/f6B/RfjnAXdGf7tM+77HGg=";
};
# https://github.com/mypyc/librt/blob/v0.7.8/.github/workflows/buildwheels.yml#L90-L93