python3Packages.apache-beam: 2.35.0 -> 2.36.0

This commit is contained in:
Martin Weinelt 2022-03-02 22:41:49 +01:00
parent 30bda34f74
commit 53e7b4a5df

View file

@ -43,14 +43,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "apache-beam"; pname = "apache-beam";
version = "2.35.0"; version = "2.36.0";
disabled = pythonAtLeast "3.10"; disabled = pythonAtLeast "3.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "apache"; owner = "apache";
repo = "beam"; repo = "beam";
rev = "v${version}"; rev = "v${version}";
sha256 = "0qxkas33d8i6yj133plnadbfm74ak7arn7ldpziyiwdav3hj68sy"; sha256 = "sha256-f+ICbKSwNjkhrTCCZwxbmqZlQ1+dQSTRag1IflWsqYg=";
}; };
patches = [ patches = [