3
0
Fork 0
forked from mirrors/nixpkgs

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 {
pname = "apache-beam";
version = "2.35.0";
version = "2.36.0";
disabled = pythonAtLeast "3.10";
src = fetchFromGitHub {
owner = "apache";
repo = "beam";
rev = "v${version}";
sha256 = "0qxkas33d8i6yj133plnadbfm74ak7arn7ldpziyiwdav3hj68sy";
sha256 = "sha256-f+ICbKSwNjkhrTCCZwxbmqZlQ1+dQSTRag1IflWsqYg=";
};
patches = [