GNU bug report logs - #78847
[PATCH] gnu: erlang: Update to 27.3.4.1.

Previous Next

Package: guix-patches;

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

Date: Fri, 20 Jun 2025 08:49:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

To reply to this bug, email your comments to 78847 AT debbugs.gnu.org.
There is no need to reopen the bug first.

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#78847; Package guix-patches. (Fri, 20 Jun 2025 08:49:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Igorj Gorjaĉev <igor <at> goryachev.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 20 Jun 2025 08:49:03 GMT) Full text and rfc822 format available.

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

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.1.
Date: Fri, 20 Jun 2025 11:46:39 +0300
* gnu/packages/erlang.scm (erlang): Update to 27.3.4.1.

Change-Id: I0dbc21ee1d83b88ba1a7491fa8e9bc1c817e62bd
---
 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 f874705e4b8..0e606085d4a 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.4")
+    (version "27.3.4.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
-                "0ha9xyhgwgcv1ln2hx84znjpvl702c0wsdwfiq442f06qx9bskvn"))
+                "0psayp39priibc0clkhx4h593iar2sp0lg9zls4l123854cq8m8m"))
               (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
-             "0d07bg7q8xlhbvf6k7xdy4xic5gq9g3dkxn4vsssg9pljs0zagq8"))))))
+             "03333khh6qqkp7rfagb9jqdgcywc2vz2305fva9rn50h3i6v9cnk"))))))
     (inputs
      (list ncurses openssl wxwidgets))
     (propagated-inputs

base-commit: 6bc63a188bcd230547a95f981dd8462d272d749a
-- 
2.49.0





Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Sun, 06 Jul 2025 21:57:04 GMT) Full text and rfc822 format available.

Notification sent to Igorj Gorjaĉev <igor <at> goryachev.org>:
bug acknowledged by developer. (Sun, 06 Jul 2025 21:57:04 GMT) Full text and rfc822 format available.

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

From: Andreas Enge <andreas <at> enge.fr>
To: Igorj Gorjaĉev <igor <at> goryachev.org>
Cc: Z572 <z572 <at> z572.online>, 78847-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: erlang: Update to 27.3.4.1.
Date: Sun, 6 Jul 2025 23:56:20 +0200
Hello,

thanks for the patch!

It makes elixir-machete fail, but after an update all direct dependents
build, so I have pushed it.

You could check this yourself next time by running
   ./pre-inst-env guix build -P 1 erlang

Andreas





This bug report was last modified 11 days ago.

Previous Next


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