python3Packages.metaflow: 2.15.18 -> 2.15.20

This commit is contained in:
R. Ryantm 2025-07-10 18:44:40 +00:00
parent 52809155bd
commit 1ae010b3b1

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "metaflow";
version = "2.15.18";
version = "2.15.20";
pyproject = true;
src = fetchFromGitHub {
owner = "Netflix";
repo = "metaflow";
tag = version;
hash = "sha256-Yg5DoFPn5uInLf8roHhIKXvK+/K6TWATdG8uK8XOUyg=";
hash = "sha256-D4Pf2/xhEJ22kDmmxYS0PiT5k2BJ3CBfTJZ4GrvkI58=";
};
build-system = [