diff --git a/Formula/pyenv-virtualenv-migrate.rb b/Formula/pyenv-virtualenv-migrate.rb index 2b6b3f9..270068e 100644 --- a/Formula/pyenv-virtualenv-migrate.rb +++ b/Formula/pyenv-virtualenv-migrate.rb @@ -1,8 +1,8 @@ class PyenvVirtualenvMigrate < Formula desc "Migrate all pyenv virtual environments from a Python compiler version to another" homepage "https://github.com/ashwinvis/pyenv-virtualenv-migrate" - url "https://github.com/ashwinvis/pyenv-virtualenv-migrate/archive/refs/tags/0.0.2.tar.gz" - sha256 "c0166b0e6ccfa0a4d00d4fa43bfd97b99939d8cb8e708e6fccf8fa939c9c31fd" + url "https://github.com/ashwinvis/pyenv-virtualenv-migrate/archive/refs/tags/0.0.3.tar.gz" + sha256 "6c52dd4e547bceb4ca797e5bc8bd32f8c7e30e535eb099f82a4a0aeef177e419" license "MIT" head "https://github.com/ashwinvis/pyenv-virtualenv-migrate.git", branch: "main"