This is an automated email from the git hooks/post-receive script.
z572 pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 584028ddc3 gnu: erlang: Update to 27.3.3.
584028ddc3 is described below
commit 584028ddc33699fea3e0d9c0e65947071910480d
Author: Igorj Gorjaĉev <[email protected]>
AuthorDate: Thu Apr 17 14:09:53 2025 +0300
gnu: erlang: Update to 27.3.3.
* gnu/packages/erlang.scm (erlang): Update to 27.3.3.
Change-Id: Ia0d3d86c86f1caf9108d92fae3bb892a5987f52d
Signed-off-by: Zheng Junjie <[email protected]>
---
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 bfd2f7f9bc..6cc369104f 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -49,7 +49,7 @@
(define-public erlang
(package
(name "erlang")
- (version "27.3.2")
+ (version "27.3.3")
(source (origin
(method git-fetch)
;; The tarball from http://erlang.org/download contains many
@@ -61,7 +61,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "10a692s0404q2cl0dpd9393br8cskvhgc4crb9469bndxrsxnkc2"))
+ "1aniz42ixl7c3kqkdlc560q2grmq807d4k8vmfk2bc6p49xi7r80"))
(patches (search-patches "erlang-man-path.patch"))))
(build-system gnu-build-system)
(native-inputs
@@ -74,7 +74,7 @@
"/OTP-" version "/otp_doc_man_" version
".tar.gz"))
(sha256
(base32
- "1m3j308zxnrpr8lijajwnnym34x3qwd587z767h4gd3c49gg219x"))))))
+ "0ccnm8kffjli4n40ry7p6jjgh3mcq7pdks4hcdlzbq8i62xq9b1x"))))))
(inputs
(list ncurses openssl wxwidgets))
(propagated-inputs