erlang: new upstream release

This commit is contained in:
Igor Goryachev 2024-05-02 20:09:38 +03:00
parent d5b45ae7ff
commit 44d3cb5ad3
Signed by: igor
GPG key ID: C3A78EB3FEFE6C04

View file

@ -14,13 +14,13 @@
(let ((uri-prefix "https://github.com/erlang/otp/releases/download/OTP-"))
(package/inherit gnu:erlang
(name "erlang")
(version "26.2.4")
(version "26.2.5")
(source (origin
(method url-fetch)
(uri (string-append uri-prefix version "/otp_src_" version ".tar.gz"))
(sha256
(base32
"15fyjsv1d5a4b1yvlswggwxf5zk8ml4wnfw99kznv5g2aygxc6mm"))
"1xn9hj2b5gjqhz0fkvkgvl25lmsmz4xx1nwndjg2paxsv555q5fy"))
(patches (search-patches "erlang-man-path.patch"))))
(arguments
(substitute-keyword-arguments (package-arguments gnu:erlang)
@ -43,4 +43,4 @@
(uri (string-append uri-prefix version "/otp_doc_man_" version ".tar.gz"))
(sha256
(base32
"1zp81z4jfsnq462sinszcwm9vg099s6b372fpmki3cih96h37cyv")))))))))
"08ngil8578asjzmqa657l4zdy0cr0h9spkg88wp9kxl95bfyli8p")))))))))