gnu: erlang: Update to 27.3.2.

* gnu/packages/erlang.scm (erlang): Update to 27.3.2.

Change-Id: Ic48101a9244cdc3ba02e3a6027f23d5d67c7178b
Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
Igor Goryachev 2025-04-04 21:25:54 +03:00 committed by Zheng Junjie
parent 7dad36f710
commit dac488f404
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")
(version "27.3.2")
(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
"07anydbg96y05n8mgh9b0gnw7zv5bw72zfl93hjhj5grdl27v99y"))
"10a692s0404q2cl0dpd9393br8cskvhgc4crb9469bndxrsxnkc2"))
(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
"1j0ln7hcsnabpb7m7vhn2k440n0vham9hlvwad5d4pp5f4wy08rj"))))))
"1m3j308zxnrpr8lijajwnnym34x3qwd587z767h4gd3c49gg219x"))))))
(inputs
(list ncurses openssl wxwidgets))
(propagated-inputs