python3Packages.jaxtyping: 0.3.3 -> 0.3.4

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

Changelog: https://github.com/patrick-kidger/jaxtyping/releases/tag/v0.3.4
This commit is contained in:
Gaetan Lepage
2025-12-15 20:31:16 +00:00
parent b585cdcd61
commit 4b42353819
@@ -23,14 +23,14 @@
let
self = buildPythonPackage rec {
pname = "jaxtyping";
version = "0.3.3";
version = "0.3.4";
pyproject = true;
src = fetchFromGitHub {
owner = "google";
repo = "jaxtyping";
tag = "v${version}";
hash = "sha256-92wvnlaGVppu8qNo8f7zw7be788hj8Mdi8KDfNQllwU=";
hash = "sha256-u9JsZm5uz2XXQnhgRe5P/fJrKKnyIMdCTnBLCbW+kAw=";
};
build-system = [ hatchling ];