nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.apache-beam: add compatibility with httplib2 0.21.0

+7
+7
pkgs/development/python-modules/apache-beam/default.nix
··· 62 62 hash = "sha256-iUmnzrItTFM98w3mpadzrmtI3t0fucpSujAg/6qxCGk="; 63 63 stripLen = 2; 64 64 }) 65 + (fetchpatch { 66 + # https://github.com/apache/beam/pull/24573 67 + name = "relax-httplib2-version.patch"; 68 + url = "https://github.com/apache/beam/commit/4045503575ae5ccef3de8d7b868c54e37fef658b.patch"; 69 + hash = "sha256-YqT+sHaa1R9vLQnEQN2K0lYoCdnGoPY9qduGBpXPaek="; 70 + stripLen = 2; 71 + }) 65 72 ]; 66 73 67 74 pythonRelaxDeps = [