python312Packages.jaxtyping: 0.3.0 -> 0.3.1
Diff: https://github.com/google/jaxtyping/compare/refs/tags/v0.3.0...v0.3.1 Changelog: https://github.com/patrick-kidger/jaxtyping/releases/tag/v0.3.1
This commit is contained in:
@@ -23,14 +23,14 @@
|
||||
let
|
||||
self = buildPythonPackage rec {
|
||||
pname = "jaxtyping";
|
||||
version = "0.3.0";
|
||||
version = "0.3.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "google";
|
||||
repo = "jaxtyping";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-sMJvkqlg7lNtyo7j+eD7aWrds71XwqO2VWDVsO4r4Mk=";
|
||||
hash = "sha256-rEKZ04R6PwDTk76KSjPprn58RUIQ+U8WVlxgrAwktLI=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
Reference in New Issue
Block a user