civodul pushed a commit to branch master
in repository guix.
commit e345274adbcfe99ddaa630f5f2dcc115d6fc7b5d
Author: Nils Gillmann <[email protected]>
Date: Mon Jul 16 09:59:32 2018 +0000
gnu: elixir: Update to 1.6.6.
* gnu/packages/elixir.scm (elixir): Update to 1.6.6.
Signed-off-by: Nils Gillmann <[email protected]>
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/elixir.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm
index ed6bd00..2612032 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2016 Ricardo Wurmus <[email protected]>
;;; Copyright © 2017 nee <[email protected]>
;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright (C) 2018 Nils Gillmann <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -32,7 +33,7 @@
(define-public elixir
(package
(name "elixir")
- (version "1.5.3")
+ (version "1.6.6")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/elixir-lang/elixir"
@@ -40,10 +41,11 @@
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0acnxfwvkx1m1d0h5z051mz95n35zm468hcvc3wpmn17c15h5ihg"))))
+ "0c9qz5hasa59a9x1iwpcqpqj6wdbzpijfxqfmzimwj5z8q37nl3l"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
+ #:parallel-tests? #f ;see
<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=32171#23>
#:make-flags (list (string-append "PREFIX="
(assoc-ref %outputs "out")))
#:phases