Unverified Commit 88efe689 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python312Packages.jaxtyping: 0.3.0 -> 0.3.1 (#395313)

parents b155892a 176eb2ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];