python312Packages.ale-py: fix hash

This commit is contained in:
Gaetan Lepage 2024-09-24 11:29:30 +02:00
parent 81c646c4e5
commit d71356bb91

View File

@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "Farama-Foundation";
repo = "Arcade-Learning-Environment";
rev = "refs/tags/v${version}";
hash = "sha256-JQG8Db7OEKQ7THkHJ+foUm/L7Ctr0Ur8nb6Zc2Z/MJI=";
hash = "sha256-tdxO5eixI2swezhkeSMqeVgdiaa/VmNdwhZYURSzadw=";
};
build-system = [