diff --git a/bucket/pyenv.json b/bucket/pyenv.json index 9186b73a6a..5425e3093c 100644 --- a/bucket/pyenv.json +++ b/bucket/pyenv.json @@ -1,14 +1,14 @@ { - "version": "2.64.8", + "version": "2.64.9", "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.8.zip", - "hash": "4faa83f0f7602f7cabe13945cc90ffc6e524d5b446919ac213809c63428dbb0e", - "extract_dir": "pyenv-win-2.64.8" + "url": "https://github.com/pyenv-win/pyenv-win/archive/v2.64.9.zip", + "hash": "ea4857717822143304d6d8dc8e9f118be6457d2a6a94edbcc04d22f235e0fdba", + "extract_dir": "pyenv-win-2.64.9" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\pyenv-win\\version\")) { New-Item \"$dir\\pyenv-win\\version\" | Out-Null }",