diff options
| author | Robert Smith <robertsmith@posteo.net> | 2019-03-18 15:05:18 +0100 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-21 20:48:12 +0100 |
| commit | 2f87048dbe14097b9fe19ec470e2628cfca7fdbf (patch) | |
| tree | 079d89d38bd67fbb305c2012ede6fda0ee9cd2f7 /gnu/packages/elixir.scm | |
| parent | 7ac8d96d77c297db1f86c1534d1771e991c5f46a (diff) | |
gnu: elixir: Update to 1.8.1.
* gnu/packages/elixir.scm (elixir): Update to 1.8.1.
[source](patches): New field.
[home-page]: Use HTTPS.
* gnu/packages/patches/elixir-path-length.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages/elixir.scm')
| -rw-r--r-- | gnu/packages/elixir.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm index 29c7ee966f2..9763c7a22b6 100644 --- a/gnu/packages/elixir.scm +++ b/gnu/packages/elixir.scm | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | (define-public elixir | 33 | (define-public elixir |
| 34 | (package | 34 | (package |
| 35 | (name "elixir") | 35 | (name "elixir") |
| 36 | (version "1.6.6") | 36 | (version "1.8.1") |
| 37 | (source (origin | 37 | (source (origin |
| 38 | (method url-fetch) | 38 | (method url-fetch) |
| 39 | (uri (string-append "https://github.com/elixir-lang/elixir" | 39 | (uri (string-append "https://github.com/elixir-lang/elixir" |
| @@ -41,7 +41,8 @@ | |||
| 41 | (file-name (string-append name "-" version ".tar.gz")) | 41 | (file-name (string-append name "-" version ".tar.gz")) |
| 42 | (sha256 | 42 | (sha256 |
| 43 | (base32 | 43 | (base32 |
| 44 | "0c9qz5hasa59a9x1iwpcqpqj6wdbzpijfxqfmzimwj5z8q37nl3l")))) | 44 | "08lq5p82pnicd49gsj6r2zsbg35wrk6098nrrjb28fcrm5p6736y")) |
| 45 | (patches (search-patches "elixir-path-length.patch")))) | ||
| 45 | (build-system gnu-build-system) | 46 | (build-system gnu-build-system) |
| 46 | (arguments | 47 | (arguments |
| 47 | `(#:test-target "test" | 48 | `(#:test-target "test" |
| @@ -84,7 +85,7 @@ | |||
| 84 | (inputs | 85 | (inputs |
| 85 | `(("erlang" ,erlang) | 86 | `(("erlang" ,erlang) |
| 86 | ("git" ,git))) | 87 | ("git" ,git))) |
| 87 | (home-page "http://elixir-lang.org/") | 88 | (home-page "https://elixir-lang.org/") |
| 88 | (synopsis "Elixir programming language") | 89 | (synopsis "Elixir programming language") |
| 89 | (description "Elixir is a dynamic, functional language used to build | 90 | (description "Elixir is a dynamic, functional language used to build |
| 90 | scalable and maintainable applications. Elixir leverages the Erlang VM, known | 91 | scalable and maintainable applications. Elixir leverages the Erlang VM, known |
