Gaetan Lepage 2024-07-12 11:49:04 +02:00
parent 084fddb13f
commit 3751d66c83

View File

@ -18,7 +18,7 @@
let
self = buildPythonPackage rec {
pname = "jaxtyping";
version = "0.2.31";
version = "0.2.33";
pyproject = true;
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ let
owner = "google";
repo = "jaxtyping";
rev = "refs/tags/v${version}";
hash = "sha256-kuGFzp8sDLq6J/qq8ap3lD3n1pABHurXcbRUtDQyWwE=";
hash = "sha256-CL1EONbjjT3SCAn2o1x+1cgfuYWMEgQwbX9j34t+HGs=";
};
build-system = [