[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/20: gnu: rebar3: Update to 3.23.0.
From: |
guix-commits |
Subject: |
14/20: gnu: rebar3: Update to 3.23.0. |
Date: |
Thu, 20 Jun 2024 08:36:02 -0400 (EDT) |
abcdw pushed a commit to branch master
in repository guix.
commit 64f6451c0b863e8dfc38e6c007bea615f26ff8ac
Author: Igor Goryachev via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Thu Jun 13 09:17:51 2024 +0300
gnu: rebar3: Update to 3.23.0.
* gnu/packages/erlang.scm (rebar3): Update to 3.23.0.
Change-Id: I14bd18647efd93519548f6f7ff5c6383892054f6
Signed-off-by: Andrew Tropin <andrew@trop.in>
---
gnu/packages/erlang.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index a71decdd7c..c24d75e6c9 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -604,7 +604,7 @@ Erlang.")
(define-public rebar3
(package
(name "rebar3")
- (version "3.18.0")
+ (version "3.23.0")
(source
(origin
(method git-fetch)
@@ -613,7 +613,7 @@ Erlang.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "09648hzc2mnjwf9klm20cg4hb5rn2xv2gmzcg98ffv37p5yfl327"))))
+ (base32 "0jinjx3mk5j1kczxmblixbvhf24q0yfwih2ggs11x5ykmrqpbckl"))))
(build-system gnu-build-system)
;; TODO: remove vendored modules, install man-page, install lib(?)
(arguments
@@ -644,7 +644,7 @@ Erlang.")
;; reproducible builds. We fix it by setting predefined timestamps.
(add-before 'build 'make-escriptize-reproducible
(lambda _
- (let ((escriptize "src/rebar_prv_escriptize.erl"))
+ (let ((escriptize "apps/rebar/src/rebar_prv_escriptize.erl"))
(substitute* escriptize
(("\\[dir_entries\\(filename:dirname\\(Filename1\\)\\),")
(string-append "FilePath = filename:join(Dir, Filename),"
- 02/20: gnu: erlang: Update to 26.2.5., (continued)
- 02/20: gnu: erlang: Update to 26.2.5., guix-commits, 2024/06/20
- 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 <=
- 15/20: gnu: erlang-lfe: Update to 2.1.4., guix-commits, 2024/06/20
- 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