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

python312Packages.tensordict: fix hash (#403266)

parents 0988f317 1854b183
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -34,17 +34,9 @@ buildPythonPackage rec {
    owner = "pytorch";
    repo = "tensordict";
    tag = "v${version}";
    hash = "sha256-ZYuu1vKhC5Yi9m3EsPUhA9OXHjmHafUJRCDnQIu5kFk=";
    hash = "sha256-yEwuCsIKNHQf8iCSB38R8mJXvdOi0+MeNk9M9+jWfxU=";
  };

  # TODO: remove at next release
  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail \
        'version = "0.8.0"' \
        'version = "0.8.1"'
  '';

  build-system = [
    pybind11
    setuptools