python311Packages.jaxtyping: 0.2.26 -> 0.2.27

Diff: https://github.com/google/jaxtyping/compare/refs/tags/v0.2.26...v0.2.27
This commit is contained in:
Gaetan Lepage
2024-03-07 00:27:24 +01:00
parent 9f86cd4f0b
commit ce607416ed
@@ -20,7 +20,7 @@
let
self = buildPythonPackage rec {
pname = "jaxtyping";
version = "0.2.26";
version = "0.2.27";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ let
owner = "google";
repo = "jaxtyping";
rev = "refs/tags/v${version}";
hash = "sha256-2QDTRNH2/9FPU5xrQx7yZRHwEWqj0PUNzcCuKwY4yNg=";
hash = "sha256-FDXNPu8HZUpT5ij6evc/LKVXAvcDDE9PmOXS7WmADpQ=";
};
nativeBuildInputs = [