1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-18 00:00:32 +02:00

gnu: erlang: Update to 27.1.2.

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

Change-Id: I3e0e3a525b9451a406413b06eea4d5a085c66f64
Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Igor Goryachev via Guix-patches via
2024-10-17 14:50:40 +03:00
committed by Andrew Tropin
parent 2b2b6a7675
commit 092467b3b6

View File

@@ -49,7 +49,7 @@
(define-public erlang
(package
(name "erlang")
(version "27.1.1")
(version "27.1.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
"1rm85y75202p6qkbqglqgfyvw0fnpdfx3h5i0k6pwqm62wh5g23r"))
"00vz5zmb1xmwbqj911xaw1vrnv0sn0nllij63zavi8ky33npv8ym"))
(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
"1sc6akmy8bsmmrw2mzaq4ai2gxmbr1cywvyz4a826m4v0z6qr0hp"))))))
"0j3h6ryv3v9d3zlf6plqmvd352xhn0k78awsj8afchfq6dl1xw3n"))))))
(inputs
(list ncurses openssl wxwidgets))
(propagated-inputs