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

python3Packages.torchcodec: 0.11.0 -> 0.11.1 (#510060)

parents 01af6888 9a2b538e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,14 +26,14 @@

buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: {
  pname = "torchcodec";
  version = "0.11.0";
  version = "0.11.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "meta-pytorch";
    repo = "torchcodec";
    tag = "v${finalAttrs.version}";
    hash = "sha256-VKpwKV+B2e5z1V1XAdvk6K4/4C3ISPsSiwZ05w5XTBU=";
    hash = "sha256-aYQp9vEVQJgF1n/KsfnDvLQf5nD0/gsG+RAgVlhk7t8=";
  };

  postPatch = ''