mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: erlang: Update to 27.2.2.
* gnu/packages/erlang.scm (erlang): Update to 27.2.2. Change-Id: I7de1441b45f40b8248bfecd92e2a2d9ca67c6a62 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
72f77b43ba
commit
4412a245cc
1 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@
|
||||||
(define-public erlang
|
(define-public erlang
|
||||||
(package
|
(package
|
||||||
(name "erlang")
|
(name "erlang")
|
||||||
(version "27.2.1")
|
(version "27.2.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
;; The tarball from http://erlang.org/download contains many
|
;; The tarball from http://erlang.org/download contains many
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17hylbmdd82qqrajfcq961nql9asslc4b57130r6p77ch435a357"))
|
"121n2388zzr97s3b109xz2is1vn4ak3mp74kb6j3vhvr4h6qm1pg"))
|
||||||
(patches (search-patches "erlang-man-path.patch"))))
|
(patches (search-patches "erlang-man-path.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
"/OTP-" version "/otp_doc_man_" version ".tar.gz"))
|
"/OTP-" version "/otp_doc_man_" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13j1z082cimqxad2r6jfbs3bnslfmqvlfi8pj61rahny9qzpixy9"))))))
|
"09dkh725dq0sncivsfj137plf3yd8svira9ns7f3hhdff4chs8w6"))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list ncurses openssl wxwidgets))
|
(list ncurses openssl wxwidgets))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue