Gaetan Lepage
2025-04-02 00:15:56 +02:00
parent 81a323a355
commit 176eb2ea42
@@ -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 ];