From 8227e93e39f7f7f158f0c5d34ec1421aff1a0f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 26 Apr 2021 18:12:04 +0200 Subject: [PATCH] pyenv: Update to version 2.64.6.1 --- bucket/pyenv.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/pyenv.json b/bucket/pyenv.json index 8f0c414a27..a5cb806fb2 100644 --- a/bucket/pyenv.json +++ b/bucket/pyenv.json @@ -1,14 +1,14 @@ { - "version": "2.64.4", + "version": "2.64.6.1", "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.4.zip", - "hash": "ae8b174eb012c199ba58f97f400c4e3384931dd2aaca40e2aaab0cb4ec0e0a7a", - "extract_dir": "pyenv-win-2.64.4" + "url": "https://github.com/pyenv-win/pyenv-win/archive/v2.64.6.1.zip", + "hash": "4efbfb709aac1c8954889be4b14c55691abb89699a42478162126145267242ac", + "extract_dir": "pyenv-win-2.64.6.1" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\pyenv-win\\version\")) { New-Item \"$dir\\pyenv-win\\version\" | Out-Null }",