GNU bug report logs - #78327
[PATCH] gnu: erlang: Update to 27.3.4.

Previous Next

Package: guix-patches;

Reported by: Igorj Gorjaĉev <igor <at> goryachev.org>

Date: Fri, 9 May 2025 06:05:02 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Z572 <z572 <at> z572.online>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#78327: closed ([PATCH] gnu: erlang: Update to 27.3.4.)
Date: Fri, 09 May 2025 17:29:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 10 May 2025 01:28:11 +0800
with message-id <875xi9k82c.fsf <at> z572.online>
and subject line Re: [bug#78327] [PATCH] gnu: erlang: Update to 27.3.4.
has caused the debbugs.gnu.org bug report #78327,
regarding [PATCH] gnu: erlang: Update to 27.3.4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
78327: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78327
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Igorj Gorjaĉev <igor <at> goryachev.org>
To: guix-patches <at> gnu.org
Cc: Igorj Gorjaĉev <igor <at> goryachev.org>,
 Z572 <z572 <at> z572.online>
Subject: [PATCH] gnu: erlang: Update to 27.3.4.
Date: Fri,  9 May 2025 09:03:25 +0300
* gnu/packages/erlang.scm (erlang): Update to 27.3.4.

Change-Id: Ifc4c8d814f16b0cc1afa7e157d5e7a043a4c2837
---
 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 6cc369104f0..4c8f7cc5769 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.3")
+    (version "27.3.4")
     (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
-                "1aniz42ixl7c3kqkdlc560q2grmq807d4k8vmfk2bc6p49xi7r80"))
+                "0ha9xyhgwgcv1ln2hx84znjpvl702c0wsdwfiq442f06qx9bskvn"))
               (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
-             "0ccnm8kffjli4n40ry7p6jjgh3mcq7pdks4hcdlzbq8i62xq9b1x"))))))
+             "0d07bg7q8xlhbvf6k7xdy4xic5gq9g3dkxn4vsssg9pljs0zagq8"))))))
     (inputs
      (list ncurses openssl wxwidgets))
     (propagated-inputs

base-commit: ac2d792aae241f5233ee3fdfa29cd3dbaeb9338c
-- 
2.49.0



[Message part 3 (message/rfc822, inline)]
From: Z572 <z572 <at> z572.online>
To: Igorj Gorjaĉev via Guix-patches via <guix-patches <at> gnu.org>
Cc: 78327-done <at> debbugs.gnu.org,
 Igorj Gorjaĉev <igor <at> goryachev.org>
Subject: Re: [bug#78327] [PATCH] gnu: erlang: Update to 27.3.4.
Date: Sat, 10 May 2025 01:28:11 +0800
[Message part 4 (text/plain, inline)]
Igorj Gorjaĉev via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/erlang.scm (erlang): Update to 27.3.4.
>
> Change-Id: Ifc4c8d814f16b0cc1afa7e157d5e7a043a4c2837
> ---
>  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 6cc369104f0..4c8f7cc5769 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.3")
> +    (version "27.3.4")
>      (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
> -                "1aniz42ixl7c3kqkdlc560q2grmq807d4k8vmfk2bc6p49xi7r80"))
> +                "0ha9xyhgwgcv1ln2hx84znjpvl702c0wsdwfiq442f06qx9bskvn"))
>                (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
> -             "0ccnm8kffjli4n40ry7p6jjgh3mcq7pdks4hcdlzbq8i62xq9b1x"))))))
> +             "0d07bg7q8xlhbvf6k7xdy4xic5gq9g3dkxn4vsssg9pljs0zagq8"))))))
>      (inputs
>       (list ncurses openssl wxwidgets))
>      (propagated-inputs
>
> base-commit: ac2d792aae241f5233ee3fdfa29cd3dbaeb9338c
all package build for me, pushed, closing.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 72 days ago.

Previous Next


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