python312Packages.metaflow: 2.15.0 -> 2.15.6

This commit is contained in:
R. Ryantm
2025-03-23 08:20:28 +00:00
parent f9ec383a10
commit 1eebd79380
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "metaflow";
version = "2.15.0";
version = "2.15.6";
pyproject = true;
src = fetchFromGitHub {
owner = "Netflix";
repo = "metaflow";
tag = version;
hash = "sha256-9e88rucxjgcRMOFAbHkboep9gDNeArBVi6C2Weyyz0I=";
hash = "sha256-E4RnfV6P0QZ9gOvuBTRjaDHJVElKkSq/KYy1x8b2syQ=";
};
build-system = [