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>
This commit is contained in:
Igorj Gorjaĉev 2025-05-09 09:03:25 +03:00 committed by Zheng Junjie
parent fdff997ea0
commit 39773ebdb7
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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