lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.jaxtyping: 0.3.1 -> 0.3.2

Diff: https://github.com/google/jaxtyping/compare/refs/tags/v0.3.1...refs/tags/v0.3.2

Changelog: https://github.com/patrick-kidger/jaxtyping/releases/tag/v0.3.2

+2 -2
+2 -2
pkgs/development/python-modules/jaxtyping/default.nix
··· 23 23 let 24 24 self = buildPythonPackage rec { 25 25 pname = "jaxtyping"; 26 - version = "0.3.1"; 26 + version = "0.3.2"; 27 27 pyproject = true; 28 28 29 29 src = fetchFromGitHub { 30 30 owner = "google"; 31 31 repo = "jaxtyping"; 32 32 tag = "v${version}"; 33 - hash = "sha256-rEKZ04R6PwDTk76KSjPprn58RUIQ+U8WVlxgrAwktLI="; 33 + hash = "sha256-zRuTOt9PqFGDZbSGvkzxIWIi3z+vU0FmAEecPRcGy2w="; 34 34 }; 35 35 36 36 build-system = [ hatchling ];