GNU bug report logs -
#77538
[PATCH] gnu: erlang: Update to 27.3.2.
Previous Next
To reply to this bug, email your comments to 77538 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77538
; Package
guix-patches
.
(Fri, 04 Apr 2025 18:27:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Igor Goryachev <igor <at> goryachev.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 04 Apr 2025 18:27:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/erlang.scm (erlang): Update to 27.3.2.
Change-Id: Ic48101a9244cdc3ba02e3a6027f23d5d67c7178b
---
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 8b796e48a4..bfd2f7f9bc 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.3")
+ (version "27.3.2")
(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
- "07anydbg96y05n8mgh9b0gnw7zv5bw72zfl93hjhj5grdl27v99y"))
+ "10a692s0404q2cl0dpd9393br8cskvhgc4crb9469bndxrsxnkc2"))
(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
- "1j0ln7hcsnabpb7m7vhn2k440n0vham9hlvwad5d4pp5f4wy08rj"))))))
+ "1m3j308zxnrpr8lijajwnnym34x3qwd587z767h4gd3c49gg219x"))))))
(inputs
(list ncurses openssl wxwidgets))
(propagated-inputs
base-commit: 1436165c2f0adbb44d3f033c54db692167591248
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77538
; Package
guix-patches
.
(Tue, 08 Apr 2025 10:50:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Igor Goryachev via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/erlang.scm (erlang): Update to 27.3.2.
>
> Change-Id: Ic48101a9244cdc3ba02e3a6027f23d5d67c7178b
> ---
> 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 8b796e48a4..bfd2f7f9bc 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.3")
> + (version "27.3.2")
> (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
> - "07anydbg96y05n8mgh9b0gnw7zv5bw72zfl93hjhj5grdl27v99y"))
> + "10a692s0404q2cl0dpd9393br8cskvhgc4crb9469bndxrsxnkc2"))
> (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
> - "1j0ln7hcsnabpb7m7vhn2k440n0vham9hlvwad5d4pp5f4wy08rj"))))))
> + "1m3j308zxnrpr8lijajwnnym34x3qwd587z767h4gd3c49gg219x"))))))
> (inputs
> (list ncurses openssl wxwidgets))
> (propagated-inputs
>
> base-commit: 1436165c2f0adbb44d3f033c54db692167591248
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Z572 <z572 <at> z572.online>
:
You have taken responsibility.
(Tue, 08 Apr 2025 10:50:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Igor Goryachev <igor <at> goryachev.org>
:
bug acknowledged by developer.
(Tue, 08 Apr 2025 10:50:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified today.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.