Skip to content

Commit 3195b14

Browse files
committed
1 parent eb33998 commit 3195b14

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
jax,
2222
jaxlib,
2323
numba,
24+
pytest-timeout,
2425
pymc,
2526
pytestCheckHook,
2627
setuptools,
@@ -29,20 +30,20 @@
2930

3031
buildPythonPackage rec {
3132
pname = "nutpie";
32-
version = "0.14.0";
33+
version = "0.14.2";
3334
pyproject = true;
3435

3536
src = fetchFromGitHub {
3637
owner = "pymc-devs";
3738
repo = "nutpie";
3839
tag = "v${version}";
39-
hash = "sha256-6D+6+GbtTw4piWFseigEHK7PxmCHXKS0pgW6PrkLPg4=";
40+
hash = "sha256-9sHs2JbzVRvAJEoLcz5NxkbElbXblDzxA6oCBtb4yFE=";
4041
};
4142

4243
cargoDeps = rustPlatform.fetchCargoVendor {
4344
inherit src;
4445
name = "${pname}-${version}";
45-
hash = "sha256-kmssvkrB44mCvNw54LominTNRhgUI6KFaRYjzKy+eNo=";
46+
hash = "sha256-j7Vasy4BwOYzH43mWdbu+QsNCdRfvJC6ZvYU8XB5s4E=";
4647
};
4748

4849
build-system = [
@@ -74,6 +75,7 @@ buildPythonPackage rec {
7475
jax
7576
jaxlib
7677
pymc
78+
pytest-timeout
7779
pytestCheckHook
7880
setuptools
7981
writableTmpDirAsHomeHook

0 commit comments

Comments
 (0)