GNU bug report logs - #73574
[PATCH] gnu: erlang: Update to 27.1.1.

Previous Next

Package: guix-patches;

Reported by: Igor Goryachev <igor <at> goryachev.org>

Date: Mon, 30 Sep 2024 21:30:07 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73574 in the body.
You can then email your comments to 73574 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73574; Package guix-patches. (Mon, 30 Sep 2024 21:30:07 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. (Mon, 30 Sep 2024 21:30:08 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Igor Goryachev <igor <at> goryachev.org>
To: guix-patches <at> gnu.org
Cc: Igor Goryachev <igor <at> goryachev.org>, Andrew Tropin <andrew <at> trop.in>
Subject: [PATCH] gnu: erlang: Update to 27.1.1.
Date: Tue,  1 Oct 2024 00:27:50 +0300
* gnu/packages/erlang.scm (erlang): Update to 27.1.1.

Change-Id: Iea7d2b94fcc95191f52ee67c82a81abf8355671b
---
 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 026a7dd32e..e950d12dab 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")
+    (version "27.1.1")
     (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
-                "099m8z5f9mq6hqv75hv73iydzmnpylcagss4ysrk9xg732xqcawb"))
+                "1rm85y75202p6qkbqglqgfyvw0fnpdfx3h5i0k6pwqm62wh5g23r"))
               (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
-             "1d4v664z9z4d8sfp9304kflgmymbl74hcgjpbcqkbhzwcjk8jrn0"))))))
+             "1sc6akmy8bsmmrw2mzaq4ai2gxmbr1cywvyz4a826m4v0z6qr0hp"))))))
     (inputs
      (list ncurses openssl wxwidgets))
     (propagated-inputs

base-commit: 7e63a35ff265f5cb6efa8bbe0bbf62bb9c102cf0
-- 
2.46.0





Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Wed, 02 Oct 2024 09:36:04 GMT) Full text and rfc822 format available.

Notification sent to Igor Goryachev <igor <at> goryachev.org>:
bug acknowledged by developer. (Wed, 02 Oct 2024 09:36:04 GMT) Full text and rfc822 format available.

Message #10 received at 73574-done <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Igor Goryachev via Guix-patches via <guix-patches <at> gnu.org>
Cc: Igor Goryachev <igor <at> goryachev.org>, Andrew Tropin <andrew <at> trop.in>,
 73574-done <at> debbugs.gnu.org
Subject: Re: [bug#73574] [PATCH] gnu: erlang: Update to 27.1.1.
Date: Wed, 02 Oct 2024 17:35:41 +0800
[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.1.1.
>
> Change-Id: Iea7d2b94fcc95191f52ee67c82a81abf8355671b
> ---
>  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 026a7dd32e..e950d12dab 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")
> +    (version "27.1.1")
>      (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
> -                "099m8z5f9mq6hqv75hv73iydzmnpylcagss4ysrk9xg732xqcawb"))
> +                "1rm85y75202p6qkbqglqgfyvw0fnpdfx3h5i0k6pwqm62wh5g23r"))
>                (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
> -             "1d4v664z9z4d8sfp9304kflgmymbl74hcgjpbcqkbhzwcjk8jrn0"))))))
> +             "1sc6akmy8bsmmrw2mzaq4ai2gxmbr1cywvyz4a826m4v0z6qr0hp"))))))
>      (inputs
>       (list ncurses openssl wxwidgets))
>      (propagated-inputs
>
> base-commit: 7e63a35ff265f5cb6efa8bbe0bbf62bb9c102cf0

push, close.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#73574; Package guix-patches. (Wed, 02 Oct 2024 09:37:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 30 Oct 2024 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 283 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.