Commit 4c672880 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 68c0efab
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -19,16 +19,14 @@

buildPythonPackage rec {
  pname = "lightning-utilities";
  version = "0.11.6";
  version = "0.11.7";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "Lightning-AI";
    repo = "utilities";
    rev = "refs/tags/v${version}";
    hash = "sha256-Bw28mLz9GaMucqP+EqR1F3OKLxDJiIVacrCBIV35G/I=";
    hash = "sha256-0XxBDe9OGQLfl4viuUm5Hx8WvZhSj+J0FoDqD/JOiZM=";
  };

  postPatch = ''