summaryrefslogtreecommitdiff
path: root/gnu/packages/erlang.scm
diff options
context:
space:
mode:
authorIgorj Gorjaĉev <igor@goryachev.org>2025-05-09 09:03:25 +0300
committerZheng Junjie <z572@z572.online>2025-05-10 01:26:34 +0800
commit39773ebdb713ba30a7b2edb5fe46edac0124a93c (patch)
treeb518134d6d3b70b98e3e13c7541886769787fe7e /gnu/packages/erlang.scm
parentfdff997ea0985104befffbea530dc5b08c474cb8 (diff)
gnu: erlang: Update to 27.3.4.
* gnu/packages/erlang.scm (erlang): Update to 27.3.4. Change-Id: Ifc4c8d814f16b0cc1afa7e157d5e7a043a4c2837 Signed-off-by: Zheng Junjie <z572@z572.online>
Diffstat (limited to 'gnu/packages/erlang.scm')
-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 6cc369104f..4c8f7cc576 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -49,7 +49,7 @@
(define-public erlang
(package
(name "erlang")
- (version "27.3.3")
+ (version "27.3.4")
(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
- "1aniz42ixl7c3kqkdlc560q2grmq807d4k8vmfk2bc6p49xi7r80"))
+ "0ha9xyhgwgcv1ln2hx84znjpvl702c0wsdwfiq442f06qx9bskvn"))
(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
- "0ccnm8kffjli4n40ry7p6jjgh3mcq7pdks4hcdlzbq8i62xq9b1x"))))))
+ "0d07bg7q8xlhbvf6k7xdy4xic5gq9g3dkxn4vsssg9pljs0zagq8"))))))
(inputs
(list ncurses openssl wxwidgets))
(propagated-inputs