[PATCH] gnu: erlang: Update to 27.2.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Igor Goryachev
  • 宋文武
Owner
unassigned
Submitted by
Igor Goryachev
Severity
normal

Debbugs page

Igor Goryachev wrote 1 months ago
(address . guix-patches@gnu.org)
43c30428252345fd6539ea74130f16abcbd7e1ea.1738881559.git.igor@goryachev.org
* 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(-)

Toggle diff (35 lines)
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
宋文武 wrote 4 weeks ago
(name . Igor Goryachev)(address . igor@goryachev.org)(address . 76106-done@debbugs.gnu.org)
87mses646h.fsf@envs.net
Igor Goryachev <igor@goryachev.org> writes:

Toggle quote (2 lines)
> * gnu/packages/erlang.scm (erlang): Update to 27.2.2.

Pushed to master, thank you.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 76106@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76106
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help