Unverified Commit 768ae8c4 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

python3Packages.tensordict: 0.12.1 -> 0.12.2 (#511782)

parents f795f938 581d67e3
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 = ''