python311Packages.jaxtyping: 0.2.27 -> 0.2.28

Diff: https://github.com/google/jaxtyping/compare/refs/tags/v0.2.27...v0.2.28
This commit is contained in:
Gaetan Lepage
2024-03-08 07:50:16 +01:00
parent 5fdcadcbac
commit f9ab847d5d
@@ -20,7 +20,7 @@
let
self = buildPythonPackage rec {
pname = "jaxtyping";
version = "0.2.27";
version = "0.2.28";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ let
owner = "google";
repo = "jaxtyping";
rev = "refs/tags/v${version}";
hash = "sha256-FDXNPu8HZUpT5ij6evc/LKVXAvcDDE9PmOXS7WmADpQ=";
hash = "sha256-xDFrgPecUIfCACg/xkMQ8G1+6hNiUUDg9eCZKNpNfzs=";
};
nativeBuildInputs = [