GNU bug report logs -
#57553
[Patch] Bump Erlang to 25.0.4
Previous Next
Reported by: Cees de Groot <cg <at> evrl.com>
Date: Sat, 3 Sep 2022 01:13:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Subject: [PATCH] Bump Erlang to 25.0.4
25.0.4 is currently the latest released version.
---
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 b3fc881397..ede46f3a1c 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -44,7 +44,7 @@ (define-module (gnu packages erlang)
(define-public erlang
(package
(name "erlang")
- (version "25.0.2")
+ (version "25.0.4")
(source (origin
(method git-fetch)
;; The tarball from http://erlang.org/download contains many
@@ -56,7 +56,7 @@ (define-public erlang
(file-name (git-file-name name version))
(sha256
(base32
- "0xgp035vy0yy5m155rpmf22m6rq7pvw3m65s5mz22bcpj2rw4b0x"))
+ "0n39pd5d8mmyj03d8fdan0zb2pcc383pmqf0v7s356fgirdbsrcm"))
(patches (search-patches "erlang-man-path.patch"))))
(build-system gnu-build-system)
(native-inputs
--
2.34.1
This bug report was last modified 2 years and 261 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.