[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: erlang: Update to 24.0.5.
From: |
guix-commits |
Subject: |
02/08: gnu: erlang: Update to 24.0.5. |
Date: |
Tue, 21 Sep 2021 09:16:52 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 549a82ec6eabcba2a717230dd9021f978d12c0f9
Author: Cees de Groot <cg@evrl.com>
AuthorDate: Mon Aug 30 13:36:42 2021 -0400
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>
---
gnu/packages/erlang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index e1ffe76..32bc12e 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -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
- branch master updated (39414b7 -> 9102512), guix-commits, 2021/09/21
- 02/08: gnu: erlang: Update to 24.0.5.,
guix-commits <=
- 06/08: gnu: imv: Update to 4.1.0 and adjust arguments+inputs., guix-commits, 2021/09/21
- 04/08: etc: committer: Amend previous commit if a copyright line was added., guix-commits, 2021/09/21
- 08/08: news: Add entry for "guix graph -M"., guix-commits, 2021/09/21
- 05/08: gnu: patchutils: Update to 0.4.2., guix-commits, 2021/09/21
- 07/08: graph: Add '--max-depth'., guix-commits, 2021/09/21
- 01/08: base32: Work around (ash x N) miscompilation at '-O1' and below., guix-commits, 2021/09/21
- 03/08: gnu: elixir: Update to 1.12.2., guix-commits, 2021/09/21