mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7dad36f710
commit
dac488f404
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue