Unverified Commit a49592d8 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.metaflow: 2.15.11 -> 2.15.14 (#409635)

parents 10e9a3ec a8a36fa8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "metaflow";
  version = "2.15.11";
  version = "2.15.14";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Netflix";
    repo = "metaflow";
    tag = version;
    hash = "sha256-hL1+uVjM7VQPz3Lt3QsOdvSTkXLv38zFm6YWQ2j0w0o=";
    hash = "sha256-Hw9ZtFUebztKpQPe8b4mHGN7GRr+5THpLV+R/ipWUoY=";
  };

  build-system = [