mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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>
This commit is contained in:
parent
66a5362c04
commit
64f6451c0b
1 changed files with 3 additions and 3 deletions
|
@ -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),"
|
||||
|
|
Loading…
Reference in a new issue