all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53564] [PATCH] Bump Erlang to 24.2.1
@ 2022-01-27  1:56 Cees de Groot
  2022-01-28  9:02 ` bug#53564: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Cees de Groot @ 2022-01-27  1:56 UTC (permalink / raw)
  To: 53564

From bd5fe0ac79e41090d1c8570a2ea866c147a2083f Mon Sep 17 00:00:00 2001
From: Cees de Groot <cg@evrl.com>
Date: Wed, 26 Jan 2022 20:53:18 -0500
Subject: [PATCH] [PATCH] Bump Erlang to 24.2.1

---
gnu/packages/erlang.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 1974fef9a9..0d1a9874ae 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -41,7 +41,7 @@ (define-module (gnu packages erlang)
(define-public erlang
   (package
     (name "erlang")
-    (version "24.0.5")
+    (version "24.2.1")
     (source (origin
               (method git-fetch)
               ;; The tarball from http://erlang.org/download contains many
@@ -53,7 +53,7 @@ (define-public erlang
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0f8zr2jxr0v4zcd98zqx99zxdn768vjpzwxsbsd6ss3if405sq2a"))
+                "0glbdh4la0k4ikygj6rssvlbxbzybjn0bpp276wq170d6rgahlf6"))
               (patches (search-patches "erlang-man-path.patch"))))
     (build-system gnu-build-system)
     (native-inputs
@@ -67,7 +67,7 @@ (define-public erlang
                                (version-major+minor version) ".tar.gz"))
            (sha256
             (base32
-             "1c9ccp93pmm54mmvpiyrmj8v00pq11a60c4xv220k97i965zkwsg"))))))
+             "0k2zghkkqmf8g66hfb6zff2b7q5sl3r9y6lmv56ky03wzh9lpbjn"))))))
     (inputs
      (list ncurses openssl wxwidgets))
     (propagated-inputs
--
2.34.0




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53564: [PATCH] Bump Erlang to 24.2.1
  2022-01-27  1:56 [bug#53564] [PATCH] Bump Erlang to 24.2.1 Cees de Groot
@ 2022-01-28  9:02 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-01-28  9:02 UTC (permalink / raw)
  To: Cees de Groot; +Cc: 53564-done

Hello,

Cees de Groot <cg@evrl.com> writes:

> Subject: [PATCH] [PATCH] Bump Erlang to 24.2.1

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-28  9:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-27  1:56 [bug#53564] [PATCH] Bump Erlang to 24.2.1 Cees de Groot
2022-01-28  9:02 ` bug#53564: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.