3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: erlang: Update to 24.0.5.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Cees de Groot 2021-08-30 13:36:42 -04:00 committed by Ludovic Courtès
parent baa0aa1348
commit 549a82ec6e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -41,7 +41,7 @@
(define-public erlang
(package
(name "erlang")
(version "24.0.2")
(version "24.0.5")
(source (origin
(method git-fetch)
;; The tarball from http://erlang.org/download contains many
@ -53,7 +53,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"06plnhi1489wqsag5wgm16hb1xd1a8nbnb9gw7635d3fidxyb0wp"))
"0f8zr2jxr0v4zcd98zqx99zxdn768vjpzwxsbsd6ss3if405sq2a"))
(patches (search-patches "erlang-man-path.patch"))))
(build-system gnu-build-system)
(native-inputs