Commit 8c852617 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.inference-gym: 0.0.4 -> 0.0.5

parent 64dad128
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

buildPythonPackage rec {
  pname = "inference-gym";
  version = "0.0.4";
  version = "0.0.5";
  format = "wheel";

  src = fetchPypi {
@@ -14,7 +14,7 @@ buildPythonPackage rec {
    pname = "inference_gym";
    dist = "py3";
    python = "py3";
    hash = "sha256-bpi/IB8PuLPIKoTjmBeVl/4XGvE/yyG8WYxNqNcruvE=";
    hash = "sha256-E3lNgCZIObPBkl0PWACUG19XOiCOh1+N/sUFHQyA/wE=";
  };

  pythonImportsCheck = [ "inference_gym" ];