GNU bug report logs - #76106
[PATCH] gnu: erlang: Update to 27.2.2.

Previous Next

Package: guix-patches;

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

Date: Thu, 6 Feb 2025 22:42:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

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: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#76106: closed ([PATCH] gnu: erlang: Update to 27.2.2.)
Date: Tue, 11 Feb 2025 12:42:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 11 Feb 2025 20:45:10 +0800
with message-id <87mses646h.fsf <at> envs.net>
and subject line Re: [bug#76106] [PATCH] gnu: erlang: Update to 27.2.2.
has caused the debbugs.gnu.org bug report #76106,
regarding [PATCH] gnu: erlang: Update to 27.2.2.
to be marked as done.

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


-- 
76106: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76106
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Igor Goryachev <igor <at> goryachev.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: erlang: Update to 27.2.2.
Date: Thu, 6 Feb 2025 23:40:10 +0200
* gnu/packages/erlang.scm (erlang): Update to 27.2.2.

Change-Id: I7de1441b45f40b8248bfecd92e2a2d9ca67c6a62
---
 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 b0f86085a71..056e129c897 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.2.1")
+    (version "27.2.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
-                "17hylbmdd82qqrajfcq961nql9asslc4b57130r6p77ch435a357"))
+                "121n2388zzr97s3b109xz2is1vn4ak3mp74kb6j3vhvr4h6qm1pg"))
               (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
-             "13j1z082cimqxad2r6jfbs3bnslfmqvlfi8pj61rahny9qzpixy9"))))))
+             "09dkh725dq0sncivsfj137plf3yd8svira9ns7f3hhdff4chs8w6"))))))
     (inputs
      (list ncurses openssl wxwidgets))
     (propagated-inputs

base-commit: 3afa3aa73a35364f8c429334ac68f50f719f5b22
-- 
2.48.1


[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Igor Goryachev <igor <at> goryachev.org>
Cc: 76106-done <at> debbugs.gnu.org
Subject: Re: [bug#76106] [PATCH] gnu: erlang: Update to 27.2.2.
Date: Tue, 11 Feb 2025 20:45:10 +0800
Igor Goryachev <igor <at> goryachev.org> writes:

> * gnu/packages/erlang.scm (erlang): Update to 27.2.2.

Pushed to master, thank you.



This bug report was last modified 101 days ago.

Previous Next


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