elixir: Update to version 1.7.1

This commit is contained in:
Richard Kuhnt 2018-07-26 21:00:30 +00:00
parent d1694a44e6
commit a95a6cfc7d

View File

@ -1,9 +1,9 @@
{ {
"homepage": "https://elixir-lang.org/", "homepage": "https://elixir-lang.org/",
"version": "1.7.0", "version": "1.7.1",
"depends": "erlang", "depends": "erlang",
"url": "https://github.com/elixir-lang/elixir/releases/download/v1.7.0/Precompiled.zip", "url": "https://github.com/elixir-lang/elixir/releases/download/v1.7.1/Precompiled.zip",
"hash": "19863a565875f4aaebb73de09f85c22d07b45d0e61d1e6bf5eb4b8e632569665", "hash": "e00cbab4e8764ac3624c039b1c45cdc46131c8a76e185d7fd64a827ef59ad3a0",
"env_add_path": [ "env_add_path": [
"bin" "bin"
], ],