Commit ede3c0cc authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.tensordict: 0.11.0 -> 0.12.0

parent 62c6ee84
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,14 +29,14 @@

buildPythonPackage (finalAttrs: {
  pname = "tensordict";
  version = "0.11.0";
  version = "0.12.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pytorch";
    repo = "tensordict";
    tag = "v${finalAttrs.version}";
    hash = "sha256-PUPDKv10Ks4B1kpgbRcnmfWFUkpFEdxMmTNztFVfdK4=";
    hash = "sha256-5m5nNVsaBabUuKPHErBr+LQWfCvjG9b2CjwdK9mASF0=";
  };

  postPatch = ''