python312Packages.apache-beam: 2.63.0 -> 2.65.0
Diff: https://github.com/apache/beam/compare/refs/tags/v2.63.0...refs/tags/v2.65.0 Changelog: https://github.com/apache/beam/blob/release-2.65.0/CHANGES.md
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
yapf,
|
||||
|
||||
# dependencies
|
||||
cloudpickle,
|
||||
crcmod,
|
||||
dill,
|
||||
fastavro,
|
||||
@@ -63,14 +62,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "apache-beam";
|
||||
version = "2.63.0";
|
||||
version = "2.65.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "apache";
|
||||
repo = "beam";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-ixJstawgU3UGtNKVzkwMCLkdY7QKTbxNe6JJ7vG+vmA=";
|
||||
hash = "sha256-vDW0PVNep+egIZBe4t8IPwLgsQDmoO4rrA4wUoAHzfg=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@@ -109,7 +108,6 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
cloudpickle
|
||||
crcmod
|
||||
dill
|
||||
fastavro
|
||||
|
||||
Reference in New Issue
Block a user