[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/20: gnu: erlang-lfe: Update to 2.1.4.
From: |
guix-commits |
Subject: |
15/20: gnu: erlang-lfe: Update to 2.1.4. |
Date: |
Thu, 20 Jun 2024 08:36:02 -0400 (EDT) |
abcdw pushed a commit to branch master
in repository guix.
commit 08ec22831a828f63f85be76990b33492f0880797
Author: Igor Goryachev via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Thu Jun 13 09:17:52 2024 +0300
gnu: erlang-lfe: Update to 2.1.4.
* gnu/packages/erlang.scm (erlang-lfe): Update to 2.1.4.
Change-Id: Ib6888b92ce45853bec9ecec0a24c759358280b5a
Signed-off-by: Andrew Tropin <andrew@trop.in>
---
gnu/packages/erlang.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index c24d75e6c9..421869d029 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -768,16 +768,16 @@ rebar3.")
(define-public erlang-lfe
(package
(name "erlang-lfe")
- (version "2.1.2")
+ (version "2.1.4")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/lfe/lfe")
- (commit "v2.1.2")))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "180hz1p2v3vb6yyzcfwircmljlnd86ln8z80lzy3mwlyrcxblvxy"))))
+ "0yyh8jmdi7c4y6vjrk3zw4iy7iyqcs5h88hx96ml9dx2im2aydlq"))))
(build-system gnu-build-system)
(arguments
(list
@@ -825,6 +825,11 @@ rebar3.")
(when tests?
(begin
(setenv "REBAR_CACHE_DIR" "/tmp")
+ (substitute* "Makefile"
+ ;; More strict argument parsing since rebar v3.23.0 seems
+ ;; to break backwards compatibility. See more info at:
+ ;; https://github.com/erlang/rebar3/pull/2813.
+ (("-n 20,ct") "-n 20, ct"))
(invoke "make" "-j" (number->string (parallel-job-count))
"tests"))))))))
(native-inputs (list rebar3 rebar3-proper erlang-proper))
- 04/20: gnu: erlang-covertool: Update to 2.0.6., (continued)
- 04/20: gnu: erlang-covertool: Update to 2.0.6., guix-commits, 2024/06/20
- 06/20: gnu: erlang-edown: Update to 0.9.1., guix-commits, 2024/06/20
- 07/20: gnu: erlang-erlware-commons: Update to 1.7.0., guix-commits, 2024/06/20
- 08/20: gnu: erlang-getopt: Update to 1.0.3., guix-commits, 2024/06/20
- 09/20: gnu: erlang-hex-core: Update to 0.10.0., guix-commits, 2024/06/20
- 10/20: gnu: erlang-jsone: Update to 1.8.1., guix-commits, 2024/06/20
- 12/20: gnu: erlang-relx: Update to 4.9.0., guix-commits, 2024/06/20
- 11/20: gnu: erlang-parse-trans: Update to 3.4.2., guix-commits, 2024/06/20
- 13/20: gnu: erlang-ssl-verify-fun: Update to 1.1.7., guix-commits, 2024/06/20
- 14/20: gnu: rebar3: Update to 3.23.0., guix-commits, 2024/06/20
- 15/20: gnu: erlang-lfe: Update to 2.1.4.,
guix-commits <=
- 17/20: gnu: elixir-hex: Update to 2.1.1., guix-commits, 2024/06/20
- 16/20: gnu: elixir: Update to 1.16.3., guix-commits, 2024/06/20
- 18/20: gnu: elixir: Add src output, metas correction, lint warnings fix., guix-commits, 2024/06/20
- 19/20: gnu: erlang: Add chunks compilation., guix-commits, 2024/06/20
- 20/20: gnu: Add xxkb., guix-commits, 2024/06/20