diff options
| author | Yamashita Yuu | 2014-06-15 20:24:54 +0900 |
|---|---|---|
| committer | Jack Nagel | 2014-06-15 11:21:02 -0500 |
| commit | 926b08d486c5dc5e748b75d7e4f963c30e21b0d0 (patch) | |
| tree | 33e6516f233290f3d2bdd97c07a0dd00610ade92 | |
| parent | 72a3809a609cb4d48983c439aa0f625c13ca4568 (diff) | |
| download | homebrew-926b08d486c5dc5e748b75d7e4f963c30e21b0d0.tar.bz2 | |
pyenv-virtualenv v20140615
Changes:
* Fix incompatibility issue of `pyenv activate` and `pyenv deactivate`
* Workaround for the issue with pyenv-which-ext
Closes #30171.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/pyenv-virtualenv.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pyenv-virtualenv.rb b/Library/Formula/pyenv-virtualenv.rb index 71ab1adaf..421126d0f 100644 --- a/Library/Formula/pyenv-virtualenv.rb +++ b/Library/Formula/pyenv-virtualenv.rb @@ -2,8 +2,8 @@ require "formula" class PyenvVirtualenv < Formula homepage "https://github.com/yyuu/pyenv-virtualenv" - url "https://github.com/yyuu/pyenv-virtualenv/archive/v20140614.tar.gz" - sha1 "2ac2202f3a8da4126a94a39dd7ba709e696d4a7d" + url "https://github.com/yyuu/pyenv-virtualenv/archive/v20140615.tar.gz" + sha1 "ba753592f2dcb4d2ef0d65b1622672d5defc50c0" head "https://github.com/yyuu/pyenv-virtualenv.git" |
