pyenv 1.2.16
Closes #48577. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
0f41b85da1
commit
2430f07edd
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Pyenv < Formula
|
class Pyenv < Formula
|
||||||
desc "Python version management"
|
desc "Python version management"
|
||||||
homepage "https://github.com/pyenv/pyenv"
|
homepage "https://github.com/pyenv/pyenv"
|
||||||
url "https://github.com/pyenv/pyenv/archive/v1.2.15.tar.gz"
|
url "https://github.com/pyenv/pyenv/archive/v1.2.16.tar.gz"
|
||||||
sha256 "115c30021410a3d3764b5413fdfc06db1efdcef88fb3b65867bea1765eea3505"
|
sha256 "a4cdda5902a2507518db460c375fcec5eee3ce7e3527a3e623bfb0b3c7543ccb"
|
||||||
version_scheme 1
|
version_scheme 1
|
||||||
head "https://github.com/pyenv/pyenv.git"
|
head "https://github.com/pyenv/pyenv.git"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue