GNU bug report logs - #79452
[PATCH] gnu: erlang: Update to 27.3.4.3.

Previous Next

Package: guix-patches;

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

Date: Mon, 15 Sep 2025 14:03:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 79452 AT debbugs.gnu.org.

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#79452; Package guix-patches. (Mon, 15 Sep 2025 14:03:02 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. (Mon, 15 Sep 2025 14:03:02 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.3.
Date: Mon, 15 Sep 2025 16:59:55 +0300
* gnu/packages/erlang.scm (erlang): Update to 27.3.4.3.

Change-Id: Id1d2c282226db3fdb4223a0941539901d35a0215
---
 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 0e606085d4a..0e05f7e0791 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.1")
+    (version "27.3.4.3")
     (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
-                "0psayp39priibc0clkhx4h593iar2sp0lg9zls4l123854cq8m8m"))
+                "040wayc6q8g8fspvyq7l3ckd9p1q2zc6ycrnm6mmwghd5rb3fvyi"))
               (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
-             "03333khh6qqkp7rfagb9jqdgcywc2vz2305fva9rn50h3i6v9cnk"))))))
+             "0dy4wv0vqy5dy7j4sj7zld2g6yirwmg0f465db6qzgzx6lpjwk82"))))))
     (inputs
      (list ncurses openssl wxwidgets))
     (propagated-inputs

base-commit: de41613d273106b88eeed4af72c23a57cfd18442
-- 
2.51.0





This bug report was last modified 3 days ago.

Previous Next


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