[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71527] [PATCH 14/20] gnu: rebar3: Update to 3.23.0.
From: |
Igor Goryachev |
Subject: |
[bug#71527] [PATCH 14/20] gnu: rebar3: Update to 3.23.0. |
Date: |
Thu, 13 Jun 2024 09:17:51 +0300 |
* gnu/packages/erlang.scm (rebar3): Update to 3.23.0.
Change-Id: I14bd18647efd93519548f6f7ff5c6383892054f6
---
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 @@ (define-public erlang-ssl-verify-fun
(define-public rebar3
(package
(name "rebar3")
- (version "3.18.0")
+ (version "3.23.0")
(source
(origin
(method git-fetch)
@@ -613,7 +613,7 @@ (define-public rebar3
(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 @@ (define-public rebar3
;; 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),"
--
2.45.1
- [bug#71527] [PATCH 11/20] gnu: erlang-parse-trans: Update to 3.4.2., (continued)
- [bug#71527] [PATCH 11/20] gnu: erlang-parse-trans: Update to 3.4.2., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 19/20] gnu: erlang: Add chunks compilation., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 09/20] gnu: erlang-hex-core: Update to 0.10.0., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 13/20] gnu: erlang-ssl-verify-fun: Update to 1.1.7., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 20/20] gnu: Add xxkb., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 10/20] gnu: erlang-jsone: Update to 1.8.1., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 18/20] gnu: elixir: Add src output, metas correction, lint warnings fix., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 12/20] gnu: erlang-relx: Update to 4.9.0., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 15/20] gnu: erlang-lfe: Update to 2.1.4., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 14/20] gnu: rebar3: Update to 3.23.0.,
Igor Goryachev <=
- [bug#71527] [PATCH 16/20] gnu: elixir: Update to 1.16.3., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 04/20] gnu: erlang-covertool: Update to 2.0.6., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 03/20] gnu: erlang-certifi: Update to 2.13.0., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 07/20] gnu: erlang-erlware-commons: Update to 1.7.0., Igor Goryachev, 2024/06/13
- [bug#71527] [PATCH 00/20] Update erlang, elixir things, add xxkb., Andrew Tropin, 2024/06/20