python3Packages.metaflow: 2.15.18 -> 2.15.20 (#424128)
This commit is contained in:
commit
62c1054a5b
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user