Commit 65bc0f80 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 4defc9d4
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -29,14 +29,15 @@

buildPythonPackage (finalAttrs: {
  pname = "dm-control";
  version = "1.0.39";
  version = "1.0.40";
  pyproject = true;
  __structuredAttrs = true;

  src = fetchFromGitHub {
    owner = "google-deepmind";
    repo = "dm_control";
    tag = finalAttrs.version;
    hash = "sha256-N5/zFIJIj0T0TxATeExbcSuAy/kNotY5odSiJuehZ7Y=";
    hash = "sha256-93ALiUTTp7IJsgA09DnS26+a6Sn40s91mNCIU5CbEG8=";
  };

  build-system = [