Merge pull request #293889 from GaetanLepage/jaxtyping

python311Packages.jaxtyping: 0.2.26 -> 0.2.27
This commit is contained in:
Nick Cao 2024-03-07 09:49:46 -05:00 committed by GitHub
commit 2057b569a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [