python3Packages.librt: 0.11.0 -> 0.13.0

https://github.com/mypyc/librt/compare/v0.11.0...v0.13.0
This commit is contained in:
Martin Weinelt
2026-07-12 23:59:50 +02:00
parent 1553d3f053
commit fbc0ee9a4a

View File

@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "librt";
version = "0.11.0";
version = "0.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mypyc";
repo = "librt";
tag = "v${version}";
hash = "sha256-y9z1EdrZRiDtT8cxz/Ex/f6B/RfjnAXdGf7tM+77HGg=";
hash = "sha256-DeeuUmMwm1Lg078qsdye1ZG08pZ36jBF2PdfV3f+fOs=";
};
# https://github.com/mypyc/librt/blob/v0.7.8/.github/workflows/buildwheels.yml#L90-L93