summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Goryachev <[email protected]>2025-03-06 14:53:50 +0200
committerZheng Junjie <[email protected]>2025-03-07 14:33:32 +0800
commit98614a0a01991ec6b10290b780579b74777f4175 (patch)
treee66e3ccb00bff52d0ca86dcf17f3e631cf25081a
parent5db0040c7de4f3aa9c80d7730d713de60de1eba7 (diff)
gnu: erlang: Update to 27.3.
* gnu/packages/erlang.scm (erlang): Update to 27.3. Change-Id: I4abab78af6a8bedcacd90ec1281e2873d46a0e28 Signed-off-by: Zheng Junjie <[email protected]>
-rw-r--r--gnu/packages/erlang.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 8ca46e8bdc..8b796e48a4 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -49,7 +49,7 @@
(define-public erlang
(package
(name "erlang")
- (version "27.2.2")
+ (version "27.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
- "121n2388zzr97s3b109xz2is1vn4ak3mp74kb6j3vhvr4h6qm1pg"))
+ "07anydbg96y05n8mgh9b0gnw7zv5bw72zfl93hjhj5grdl27v99y"))
(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
- "09dkh725dq0sncivsfj137plf3yd8svira9ns7f3hhdff4chs8w6"))))))
+ "1j0ln7hcsnabpb7m7vhn2k440n0vham9hlvwad5d4pp5f4wy08rj"))))))
(inputs
(list ncurses openssl wxwidgets))
(propagated-inputs