Unverified Commit a77a23d9 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python312Packages.inference-gym: 0.0.4 -> 0.0.5 (#377617)

parents ca0a9a0e 8c852617
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" ];