From 7dbc15038947fe1970b108f45410d123ff094cde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 16:32:05 +0000 Subject: [PATCH] pyenv: Update to version 3.1.1 --- bucket/pyenv.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/pyenv.json b/bucket/pyenv.json index e73a960280..8c3c91b490 100644 --- a/bucket/pyenv.json +++ b/bucket/pyenv.json @@ -1,14 +1,14 @@ { - "version": "3.1", + "version": "3.1.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/v3.1.zip", - "hash": "bc9f17f844b1fa4e2024907646e61b14602cb2b07201589079f3bd5ac8a3b8d7", - "extract_dir": "pyenv-win-3.1" + "url": "https://github.com/pyenv-win/pyenv-win/archive/v3.1.1.zip", + "hash": "a7481ccaf1f2328702e4a854a65793e95639f40dc63dd89782d160536f6b1ed0", + "extract_dir": "pyenv-win-3.1.1" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\pyenv-win\\version\")) { New-Item \"$dir\\pyenv-win\\version\" | Out-Null }",