gnu: erlang: Update to 21.0.5.

* gnu/packages/erlang.scm (erlang): Update to 21.0.5.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-16 04:49:25 +02:00
parent af18fff042
commit 666da84f0f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -39,7 +39,7 @@
(define-public erlang (define-public erlang
(package (package
(name "erlang") (name "erlang")
(version "21.0") (version "21.0.5")
(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
@ -51,7 +51,7 @@
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"195xq8bmmk0m6f5nkss2gkksyyph3z4wggn8abyicykpc8sdw83d")) "0gv83i5ybj1z3ykbbldjzf7dbfjszp84c0yzrpshj611b9wp0176"))
(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