python312Packages.minari: 0.5.2 -> 0.5.3

Diff: https://github.com/Farama-Foundation/Minari/compare/refs/tags/v0.5.2...refs/tags/v0.5.3

Changelog: https://github.com/Farama-Foundation/Minari/releases/tag/v0.5.3

+4 -2
+4 -2
pkgs/development/python-modules/minari/default.nix
··· 22 22 huggingface-hub, 23 23 mktestdocs, 24 24 pytest, 25 + scikit-image, 25 26 26 27 # tests 27 28 jaxlib, ··· 30 31 31 32 buildPythonPackage rec { 32 33 pname = "minari"; 33 - version = "0.5.2"; 34 + version = "0.5.3"; 34 35 pyproject = true; 35 36 36 37 src = fetchFromGitHub { 37 38 owner = "Farama-Foundation"; 38 39 repo = "Minari"; 39 40 tag = "v${version}"; 40 - hash = "sha256-7iIM1WGQRmhUh8idP/vtLnAbBncK6ezMyTvSAKW/9FE="; 41 + hash = "sha256-LvJwp2dZdGPazJPWQtrk+v7zaPjOlomBu5j9avVdCcA="; 41 42 }; 42 43 43 44 build-system = [ ··· 69 70 # gymnasium-robotics 70 71 mktestdocs 71 72 pytest 73 + scikit-image 72 74 ]; 73 75 }; 74 76