mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
python311Packages.jaxtyping: 0.2.31 -> 0.2.33
Diff: https://github.com/google/jaxtyping/compare/refs/tags/v0.2.31...v0.2.33 Changelog: https://github.com/patrick-kidger/jaxtyping/releases/tag/v0.2.33
This commit is contained in:
parent
084fddb13f
commit
3751d66c83
@ -18,7 +18,7 @@
|
||||
let
|
||||
self = buildPythonPackage rec {
|
||||
pname = "jaxtyping";
|
||||
version = "0.2.31";
|
||||
version = "0.2.33";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -27,7 +27,7 @@ let
|
||||
owner = "google";
|
||||
repo = "jaxtyping";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-kuGFzp8sDLq6J/qq8ap3lD3n1pABHurXcbRUtDQyWwE=";
|
||||
hash = "sha256-CL1EONbjjT3SCAn2o1x+1cgfuYWMEgQwbX9j34t+HGs=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
Loading…
Reference in New Issue
Block a user