Unverified Commit 46cb1428 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.metaflow: 2.15.7 -> 2.15.9 (#400778)

parents f58014f3 395a0e60
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.7";
  version = "2.15.9";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Netflix";
    repo = "metaflow";
    tag = version;
    hash = "sha256-D7BwlDmsj2/RiZ//3cyw6Wti+6P2PwRmn0xsvPkyI54=";
    hash = "sha256-so9bmMD0IgUP9FJCyVZa6rCp1iHhbHfB92KScW/ltQU=";
  };

  build-system = [