* [bug#74703] [PATCH] gnu: erlang: Update to 27.1.3.
@ 2024-12-05 17:20 Igor Goryachev via Guix-patches via
2024-12-09 6:34 ` bug#74703: " Zheng Junjie
0 siblings, 1 reply; 2+ messages in thread
From: Igor Goryachev via Guix-patches via @ 2024-12-05 17:20 UTC (permalink / raw)
To: 74703; +Cc: Igor Goryachev, Andrew Tropin
* gnu/packages/erlang.scm (erlang): Update to 27.1.3.
Change-Id: Ia9689daef8ac28f5d415ec03e790da566c15ccc3
---
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 6e88c38838..7230502fc8 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -49,7 +49,7 @@ (define-module (gnu packages erlang)
(define-public erlang
(package
(name "erlang")
- (version "27.1.2")
+ (version "27.1.3")
(source (origin
(method git-fetch)
;; The tarball from http://erlang.org/download contains many
@@ -61,7 +61,7 @@ (define-public erlang
(file-name (git-file-name name version))
(sha256
(base32
- "00vz5zmb1xmwbqj911xaw1vrnv0sn0nllij63zavi8ky33npv8ym"))
+ "0xgyy14jk9rbp15xr2k29wysbwp0w6qv46fa9zb32p7g5qd8sc5i"))
(patches (search-patches "erlang-man-path.patch"))))
(build-system gnu-build-system)
(native-inputs
@@ -74,7 +74,7 @@ (define-public erlang
"/OTP-" version "/otp_doc_man_" version ".tar.gz"))
(sha256
(base32
- "0j3h6ryv3v9d3zlf6plqmvd352xhn0k78awsj8afchfq6dl1xw3n"))))))
+ "008axq4njw0xk0xs6ar0bknwmkgr4gvybk2mdz38zrf1izzb9i95"))))))
(inputs
(list ncurses openssl wxwidgets))
(propagated-inputs
base-commit: 006679d1e6ca7acea0629b4f019c8cf89cde08be
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#74703: [PATCH] gnu: erlang: Update to 27.1.3.
2024-12-05 17:20 [bug#74703] [PATCH] gnu: erlang: Update to 27.1.3 Igor Goryachev via Guix-patches via
@ 2024-12-09 6:34 ` Zheng Junjie
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-12-09 6:34 UTC (permalink / raw)
To: Igor Goryachev via Guix-patches via
Cc: 74703-done, Igor Goryachev, Andrew Tropin
[-- Attachment #1: Type: text/plain, Size: 1741 bytes --]
Igor Goryachev via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/erlang.scm (erlang): Update to 27.1.3.
>
> Change-Id: Ia9689daef8ac28f5d415ec03e790da566c15ccc3
> ---
> 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 6e88c38838..7230502fc8 100644
> --- a/gnu/packages/erlang.scm
> +++ b/gnu/packages/erlang.scm
> @@ -49,7 +49,7 @@ (define-module (gnu packages erlang)
> (define-public erlang
> (package
> (name "erlang")
> - (version "27.1.2")
> + (version "27.1.3")
> (source (origin
> (method git-fetch)
> ;; The tarball from http://erlang.org/download contains many
> @@ -61,7 +61,7 @@ (define-public erlang
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "00vz5zmb1xmwbqj911xaw1vrnv0sn0nllij63zavi8ky33npv8ym"))
> + "0xgyy14jk9rbp15xr2k29wysbwp0w6qv46fa9zb32p7g5qd8sc5i"))
> (patches (search-patches "erlang-man-path.patch"))))
> (build-system gnu-build-system)
> (native-inputs
> @@ -74,7 +74,7 @@ (define-public erlang
> "/OTP-" version "/otp_doc_man_" version ".tar.gz"))
> (sha256
> (base32
> - "0j3h6ryv3v9d3zlf6plqmvd352xhn0k78awsj8afchfq6dl1xw3n"))))))
> + "008axq4njw0xk0xs6ar0bknwmkgr4gvybk2mdz38zrf1izzb9i95"))))))
> (inputs
> (list ncurses openssl wxwidgets))
> (propagated-inputs
>
> base-commit: 006679d1e6ca7acea0629b4f019c8cf89cde08be
all package build successed. Thanks `guix build -P10 erlang'.
Patch pushed, closing.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-09 6:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-05 17:20 [bug#74703] [PATCH] gnu: erlang: Update to 27.1.3 Igor Goryachev via Guix-patches via
2024-12-09 6:34 ` bug#74703: " Zheng Junjie
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).