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

python3Packages.torchrl: 0.10.0 -> 0.10.1 (#458042)

parents 29fdda73 4b226193
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -73,14 +73,14 @@

buildPythonPackage rec {
  pname = "torchrl";
  version = "0.10.0";
  version = "0.10.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pytorch";
    repo = "rl";
    tag = "v${version}";
    hash = "sha256-DqLB1JnQ96cxVEzcXra1hFVfrN7eXTlTwPtlPClnaBA=";
    hash = "sha256-Vd/w11P4NVrx2xki+VYlXQaM8F+vpdokke8ZAHg6h0Q=";
  };

  postPatch = ''