Skip to content

Commit 9263c7e

Browse files
committed
python3Packages.metaflow: 2.15.9 -> 2.15.11
1 parent 1d8fe40 commit 9263c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/metaflow/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
buildPythonPackage rec {
1212
pname = "metaflow";
13-
version = "2.15.9";
13+
version = "2.15.11";
1414
pyproject = true;
1515

1616
src = fetchFromGitHub {
1717
owner = "Netflix";
1818
repo = "metaflow";
1919
tag = version;
20-
hash = "sha256-so9bmMD0IgUP9FJCyVZa6rCp1iHhbHfB92KScW/ltQU=";
20+
hash = "sha256-hL1+uVjM7VQPz3Lt3QsOdvSTkXLv38zFm6YWQ2j0w0o=";
2121
};
2222

2323
build-system = [

0 commit comments

Comments
 (0)