Skip to content

Commit 73a808c

Browse files
committed
python3Packages.librt: 0.7.8 -> 0.9.0
1 parent 634df81 commit 73a808c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pkgs/development/python-modules/librt/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@
55
setuptools,
66
mypy-extensions,
77
python,
8+
pytest,
89
}:
910

1011
buildPythonPackage rec {
1112
pname = "librt";
12-
version = "0.7.8";
13+
version = "0.9.0";
1314
pyproject = true;
1415

1516
src = fetchFromGitHub {
1617
owner = "mypyc";
1718
repo = "librt";
1819
tag = "v${version}";
19-
hash = "sha256-FlLilZQMsXAYfreBAfYoutCEww8IVoU7jjxvvJr8pTk=";
20+
hash = "sha256-RZGaOq8hmkwekCs1fKshDrx3vmHdJl/wI3IO9ZLH5rc=";
2021
};
2122

2223
# https://github.com/mypyc/librt/blob/v0.7.8/.github/workflows/buildwheels.yml#L90-L93
@@ -30,6 +31,7 @@ buildPythonPackage rec {
3031

3132
nativeCheckInputs = [
3233
mypy-extensions
34+
pytest
3335
];
3436

3537
checkPhase = ''

0 commit comments

Comments
 (0)