python3Packages.apache-beam: 2.35.0 -> 2.36.0
This commit is contained in:
parent
30bda34f74
commit
53e7b4a5df
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue