python3Packages.jaxtyping: 0.3.4 -> 0.3.5

Diff: https://github.com/google/jaxtyping/compare/v0.3.4...v0.3.5

Changelog: https://github.com/patrick-kidger/jaxtyping/releases/tag/v0.3.5
This commit is contained in:
Gaetan Lepage
2026-01-06 20:47:53 +00:00
parent a9c2484586
commit 15d7e7cb07
@@ -23,14 +23,14 @@
let
self = buildPythonPackage rec {
pname = "jaxtyping";
version = "0.3.4";
version = "0.3.5";
pyproject = true;
src = fetchFromGitHub {
owner = "google";
repo = "jaxtyping";
tag = "v${version}";
hash = "sha256-u9JsZm5uz2XXQnhgRe5P/fJrKKnyIMdCTnBLCbW+kAw=";
hash = "sha256-0Vt6UD1xQkwve6yDVi5XQCoJ/IsJWHCkGesj66myQq4=";
};
build-system = [ hatchling ];