GNU bug report logs -
#76106
[PATCH] gnu: erlang: Update to 27.2.2.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76106 in the body.
You can then email your comments to 76106 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#76106
; Package
guix-patches
.
(Thu, 06 Feb 2025 22:42:02 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, 06 Feb 2025 22:42:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Tue, 11 Feb 2025 12:42:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Igor Goryachev <igor <at> goryachev.org>
:
bug acknowledged by developer.
(Tue, 11 Feb 2025 12:42:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 76106-done <at> debbugs.gnu.org (full text, mbox):
Igor Goryachev <igor <at> goryachev.org> writes:
> * gnu/packages/erlang.scm (erlang): Update to 27.2.2.
Pushed to master, thank you.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 12 Mar 2025 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 100 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.