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
This commit is contained in:
parent
3a05537b48
commit
5af1a57eb1
@ -23,14 +23,14 @@
|
||||
let
|
||||
self = buildPythonPackage rec {
|
||||
pname = "jaxtyping";
|
||||
version = "0.3.1";
|
||||
version = "0.3.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "google";
|
||||
repo = "jaxtyping";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-rEKZ04R6PwDTk76KSjPprn58RUIQ+U8WVlxgrAwktLI=";
|
||||
hash = "sha256-zRuTOt9PqFGDZbSGvkzxIWIi3z+vU0FmAEecPRcGy2w=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user