mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user