GNU bug report logs - #73851
[PATCH] gnu: erlang: Update to 27.1.2.

Previous Next

Package: guix-patches;

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

Date: Thu, 17 Oct 2024 11:52:01 UTC

Severity: normal

Tags: patch

Done: Andrew Tropin <andrew <at> trop.in>

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 73851 in the body.
You can then email your comments to 73851 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#73851; Package guix-patches. (Thu, 17 Oct 2024 11:52: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. (Thu, 17 Oct 2024 11:52:01 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.2.
Date: Thu, 17 Oct 2024 14:50:40 +0300
* gnu/packages/erlang.scm (erlang): Update to 27.1.2.

Change-Id: I3e0e3a525b9451a406413b06eea4d5a085c66f64
---
 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 e950d12dab..6e88c38838 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.1")
+    (version "27.1.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
-                "1rm85y75202p6qkbqglqgfyvw0fnpdfx3h5i0k6pwqm62wh5g23r"))
+                "00vz5zmb1xmwbqj911xaw1vrnv0sn0nllij63zavi8ky33npv8ym"))
               (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
-             "1sc6akmy8bsmmrw2mzaq4ai2gxmbr1cywvyz4a826m4v0z6qr0hp"))))))
+             "0j3h6ryv3v9d3zlf6plqmvd352xhn0k78awsj8afchfq6dl1xw3n"))))))
     (inputs
      (list ncurses openssl wxwidgets))
     (propagated-inputs

base-commit: d95588242c605fbb72e25fe36a0903a1538e9018
-- 
2.46.0





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

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

From: Andrew Tropin <andrew <at> trop.in>
To: Igor Goryachev via Guix-patches via <guix-patches <at> gnu.org>,
 73851-done <at> debbugs.gnu.org
Cc: Igor Goryachev <igor <at> goryachev.org>
Subject: Re: [bug#73851] [PATCH] gnu: erlang: Update to 27.1.2.
Date: Wed, 23 Oct 2024 14:21:59 +0400
[Message part 1 (text/plain, inline)]
On 2024-10-17 14:50, Igor Goryachev via Guix-patches via wrote:

> * gnu/packages/erlang.scm (erlang): Update to 27.1.2.
>
> Change-Id: I3e0e3a525b9451a406413b06eea4d5a085c66f64
> ---
>  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 e950d12dab..6e88c38838 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.1")
> +    (version "27.1.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
> -                "1rm85y75202p6qkbqglqgfyvw0fnpdfx3h5i0k6pwqm62wh5g23r"))
> +                "00vz5zmb1xmwbqj911xaw1vrnv0sn0nllij63zavi8ky33npv8ym"))
>                (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
> -             "1sc6akmy8bsmmrw2mzaq4ai2gxmbr1cywvyz4a826m4v0z6qr0hp"))))))
> +             "0j3h6ryv3v9d3zlf6plqmvd352xhn0k78awsj8afchfq6dl1xw3n"))))))
>      (inputs
>       (list ncurses openssl wxwidgets))
>      (propagated-inputs
>
> base-commit: d95588242c605fbb72e25fe36a0903a1538e9018

Thank you for the patch, merged :)

https://git.savannah.gnu.org/cgit/guix.git/commit/?id=092467b3b6

-- 
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]

Reply sent to Andrew Tropin <andrew <at> trop.in>:
You have taken responsibility. (Wed, 23 Oct 2024 10:24:01 GMT) Full text and rfc822 format available.

Notification sent to Igor Goryachev <igor <at> goryachev.org>:
bug acknowledged by developer. (Wed, 23 Oct 2024 10:24:02 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, 20 Nov 2024 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 261 days ago.

Previous Next


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