pyenv: Update to version 2.64.7.2

This commit is contained in:
Jakub Čábera 2021-05-07 15:27:48 +02:00
parent 6a59364879
commit ccf96e96ba

View File

@ -1,14 +1,14 @@
{ {
"version": "2.64.7.1", "version": "2.64.7.2",
"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.1.zip", "url": "https://github.com/pyenv-win/pyenv-win/archive/v2.64.7.2.zip",
"hash": "61d99e0df5df9ed19d81ddaf99d78457bfbab3d4bfc2531080578df6445437b6", "hash": "0526e7940ccb276386e9dc8ae072c7830e5bcf42e6ee1d54f8e0df5d8de9222f",
"extract_dir": "pyenv-win-2.64.7.1" "extract_dir": "pyenv-win-2.64.7.2"
} }
}, },
"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 }",