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:
Igor Goryachev via Guix-patches via 2024-06-13 09:17:51 +03:00 committed by Andrew Tropin
parent 66a5362c04
commit 64f6451c0b
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -604,7 +604,7 @@ (define-public erlang-ssl-verify-fun
(define-public rebar3 (define-public rebar3
(package (package
(name "rebar3") (name "rebar3")
(version "3.18.0") (version "3.23.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -613,7 +613,7 @@ (define-public rebar3
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "09648hzc2mnjwf9klm20cg4hb5rn2xv2gmzcg98ffv37p5yfl327")))) (base32 "0jinjx3mk5j1kczxmblixbvhf24q0yfwih2ggs11x5ykmrqpbckl"))))
(build-system gnu-build-system) (build-system gnu-build-system)
;; TODO: remove vendored modules, install man-page, install lib(?) ;; TODO: remove vendored modules, install man-page, install lib(?)
(arguments (arguments
@ -644,7 +644,7 @@ (define-public rebar3
;; reproducible builds. We fix it by setting predefined timestamps. ;; reproducible builds. We fix it by setting predefined timestamps.
(add-before 'build 'make-escriptize-reproducible (add-before 'build 'make-escriptize-reproducible
(lambda _ (lambda _
(let ((escriptize "src/rebar_prv_escriptize.erl")) (let ((escriptize "apps/rebar/src/rebar_prv_escriptize.erl"))
(substitute* escriptize (substitute* escriptize
(("\\[dir_entries\\(filename:dirname\\(Filename1\\)\\),") (("\\[dir_entries\\(filename:dirname\\(Filename1\\)\\),")
(string-append "FilePath = filename:join(Dir, Filename)," (string-append "FilePath = filename:join(Dir, Filename),"