Skip to content

Commit

Permalink
python312Packages.metaflow: 2.13.9 -> 2.14.0 (#381745)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Feb 13, 2025
2 parents 8b5206f + be52d29 commit 6d224d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/metaflow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "metaflow";
version = "2.13.9";
version = "2.14.0";
pyproject = true;

src = fetchFromGitHub {
owner = "Netflix";
repo = "metaflow";
tag = version;
hash = "sha256-f/cWZl59i1PRqNqLV5LtcZoDKdovdCKoQJNxzXKczgs=";
hash = "sha256-EyPA8GT1jskCWtsaBvwL8MW5B4mWw2tfXIKgvePeQ+E=";
};

build-system = [
Expand Down Expand Up @@ -48,7 +48,7 @@ buildPythonPackage rec {
meta = {
description = "Open Source AI/ML Platform";
homepage = "https://metaflow.org/";
changelog = "https://github.com/Netflix/metaflow/releases/tag/${version}";
changelog = "https://github.com/Netflix/metaflow/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ kr7x ];
};
Expand Down

0 comments on commit 6d224d5

Please sign in to comment.