Loading pkgs/development/python-modules/jaxtyping/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/jaxtyping/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading