python3Packages.rlax: 0.1.6 -> 0.1.7

https://github.com/google-deepmind/rlax/releases/tag/v0.1.7

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:05 +02:00
parent 8666e6472c
commit 5267f8a010
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "rlax";
version = "0.1.6";
version = "0.1.7";
pyproject = true;
src = fetchFromGitHub {
owner = "google-deepmind";
repo = "rlax";
tag = "v${version}";
hash = "sha256-v2Lbzya+E9d7tlUVlQQa4fuPp2q3E309Qvyt70mcdb0=";
hash = "sha256-w5vhXBMUlcqlLTKA58QgQ4pxyGs3etxJLIFUVPhE7H8=";
};
# TODO: remove these patches at the next release (already on master)
@@ -111,7 +111,7 @@ buildPythonPackage rec {
meta = {
description = "Library of reinforcement learning building blocks in JAX";
homepage = "https://github.com/deepmind/rlax";
changelog = "https://github.com/google-deepmind/rlax/releases/tag/v${version}";
changelog = "https://github.com/google-deepmind/rlax/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ onny ];
};