Skip to content

Commit

Permalink
python312Packages.ale-py: 0.10.0 -> 0.10.1 (#345370)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Sep 30, 2024
2 parents ae7e960 + 5d981c0 commit ef7226d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ale-py/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@

buildPythonPackage rec {
pname = "ale-py";
version = "0.10.0";
version = "0.10.1";
pyproject = true;

src = fetchFromGitHub {
owner = "Farama-Foundation";
repo = "Arcade-Learning-Environment";
rev = "refs/tags/v${version}";
hash = "sha256-tdxO5eixI2swezhkeSMqeVgdiaa/VmNdwhZYURSzadw=";
hash = "sha256-MDMCYnyLZYbQXwyr5VuPeVEop825nD++yQ7hhsW4BX8=";
};

build-system = [
Expand Down

0 comments on commit ef7226d

Please sign in to comment.