pyenv: Update to version 2.64.7.4

This commit is contained in:
Jakub Čábera 2021-05-16 01:53:08 -07:00
parent 0806dd8d4d
commit e1eefee952

View File

@ -1,14 +1,14 @@
{
"version": "2.64.7.3",
"version": "2.64.7.4",
"description": "Simple python version management tool for switching between multiple versions of Python.",
"homepage": "https://pyenv-win.github.io/pyenv-win/",
"license": "MIT",
"notes": "You can specify the PYTHON_BUILD_MIRROR_URL environment variable and run 'pyenv update' to speed up downloads.",
"architecture": {
"64bit": {
"url": "https://github.com/pyenv-win/pyenv-win/archive/v2.64.7.3.zip",
"hash": "869542f9f2bb2a88ec398b70af8dd0783c4e707172e2a040e12459cf18495c64",
"extract_dir": "pyenv-win-2.64.7.3"
"url": "https://github.com/pyenv-win/pyenv-win/archive/v2.64.7.4.zip",
"hash": "863de2d5f563f6947b5b15021459724d699946b7d59388e6f25810baa729a4db",
"extract_dir": "pyenv-win-2.64.7.4"
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\pyenv-win\\version\")) { New-Item \"$dir\\pyenv-win\\version\" | Out-Null }",