gnu: erlang: Update to 26.2.5.

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

Change-Id: I726eb2d7fd1d82c918707ec33d3d42ba279b74b9
Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Igor Goryachev via Guix-patches via 2024-06-13 09:17:39 +03:00 committed by Andrew Tropin
parent 7b512b2106
commit 3547cdcbb2
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0

View File

@ -49,7 +49,7 @@
(define-public erlang
(package
(name "erlang")
(version "25.3.2")
(version "26.2.5")
(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
"092lym5a181gz89nscw7kqhw1wa6qvgcpkj80q4i9p79mxmsr1nj"))
"0hd4flm9x8254rcv8hj0hra5lh5n51vcpharxy2d1ph8059vfsmx"))
(patches (search-patches "erlang-man-path.patch"))))
(build-system gnu-build-system)
(native-inputs
@ -71,11 +71,11 @@
("erlang-manpages"
,(origin
(method url-fetch)
(uri (string-append "http://erlang.org/download/otp_doc_man_"
(version-major+minor version) ".tar.gz"))
(uri (string-append "https://github.com/erlang/otp/releases/download"
"/OTP-" version "/otp_doc_man_" version ".tar.gz"))
(sha256
(base32
"0vnpds5q17xc4jjj3sbsllpx68wyhgvx70714vkzyd68rbjmhmk7"))))))
"08ngil8578asjzmqa657l4zdy0cr0h9spkg88wp9kxl95bfyli8p"))))))
(inputs
(list ncurses openssl wxwidgets))
(propagated-inputs