oci-cli: patch arrow version

This commit is contained in:
Michael Francis 2021-05-08 05:06:06 +08:00 committed by Jonathan Ringer
parent 0d8af16ee0
commit 18de273443

View file

@ -46,7 +46,8 @@ python3Packages.buildPythonApplication rec {
--replace "cryptography==3.2.1" "cryptography" \
--replace "pyOpenSSL==19.1.0" "pyOpenSSL" \
--replace "PyYAML==5.3.1" "PyYAML" \
--replace "six==1.14.0" "six"
--replace "six==1.14.0" "six" \
--replace "arrow==0.17.0" "arrow"
'';
meta = with lib; {