Commit 581d67e3 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 118e09f1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -29,14 +29,15 @@

buildPythonPackage (finalAttrs: {
  pname = "tensordict";
  version = "0.12.1";
  version = "0.12.2";
  pyproject = true;
  __structuredAttrs = true;

  src = fetchFromGitHub {
    owner = "pytorch";
    repo = "tensordict";
    tag = "v${finalAttrs.version}";
    hash = "sha256-3N2qj8aoUFQgQlYKEqUCKpMXwfn9XvdxLcB3wT3WOqY=";
    hash = "sha256-H01/z0bVjD4ORBQpNIomN8EvAuAVWsh4kHnW4RDFGTY=";
  };

  postPatch = ''