Merge pull request #294226 from GaetanLepage/jaxtyping

python311Packages.jaxtyping: 0.2.27 -> 0.2.28
This commit is contained in:
OTABI Tomoya 2024-03-08 17:06:12 +09:00 committed by GitHub
commit 0598fed86f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
let let
self = buildPythonPackage rec { self = buildPythonPackage rec {
pname = "jaxtyping"; pname = "jaxtyping";
version = "0.2.27"; version = "0.2.28";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -29,7 +29,7 @@ let
owner = "google"; owner = "google";
repo = "jaxtyping"; repo = "jaxtyping";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-FDXNPu8HZUpT5ij6evc/LKVXAvcDDE9PmOXS7WmADpQ="; hash = "sha256-xDFrgPecUIfCACg/xkMQ8G1+6hNiUUDg9eCZKNpNfzs=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [