mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
oci-cli: patch arrow version
This commit is contained in:
parent
0d8af16ee0
commit
18de273443
1 changed files with 2 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue