python311Packages.jax 0.4.5 -> 0.4.10 https://repology.org/project/python:jax/versions attrpath: python311Packages.jax Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kimim2drm8m1l4iaj75x5v0kdap6vn7j-packages.json.drv building '/nix/store/kimim2drm8m1l4iaj75x5v0kdap6vn7j-packages.json.drv'... Going to be running update for following packages: - python3.11-jax-0.4.5 Press Enter key to continue... Running update for: - python3.11-jax-0.4.5: UPDATING ... - python3.11-jax-0.4.5: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/jax/default.nix b/pkgs/development/python-modules/jax/default.nix index 12a69358b45..7c72abfaf04 100644 --- a/pkgs/development/python-modules/jax/default.nix +++ b/pkgs/development/python-modules/jax/default.nix @@ -27,7 +27,7 @@ let in buildPythonPackage rec { pname = "jax"; - version = "0.4.5"; + version = "0.4.10"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -36,8 +36,8 @@ buildPythonPackage rec { owner = "google"; repo = pname; # google/jax contains tags for jax and jaxlib. Only use jax tags! - rev = "refs/tags/${pname}-v${version}"; - hash = "sha256-UJzX8zP3qaEUIV5hPJhiGiLJO7k8p962MHWxIHDY1ZA="; + rev = "refs/tags/jaxlib-v${version}"; + hash = "sha256-USdEVEcZ28YHDJQDzWzpWdBQQimi27xe5Quc9dESoXw="; }; # jaxlib is _not_ included in propagatedBuildInputs because there are No auto update branch exists There might already be an open PR for this update: - Update JAX URL "https://api.github.com/repos/NixOS/nixpkgs/issues/227145"