pyenv: Update to version 2.64.8

This commit is contained in:
Jakub Čábera 2021-06-09 19:49:47 -07:00
parent 92a629615d
commit 023364a83f

View File

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