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