[Patch] Bump Elixir to 1.13.4

  • Done
  • quality assurance status badge
Details
2 participants
  • Cees de Groot
  • Ludovic Courtès
Owner
unassigned
Submitted by
Cees de Groot
Severity
normal
C
C
Cees de Groot wrote on 13 May 2022 23:11
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
JfP4tNBWtTPmjJo45rXqvRRCQQs-GdFI5fozAL-wQrYsuPmkV8YKH03kvcgf5Spb9mmMUJMqXXvPJhcshOo4SXxivQI_n87OSm4Y-zCjEVM=@evrl.com
From 9dc16e832dab108cb9d6ab6d5d381d108d8af611 Mon Sep 17 00:00:00 2001
From: Cees de Groot <cg@evrl.com>
Date: Fri, 13 May 2022 15:36:24 -0400
Subject: [PATCH] Bump Elixir to 1.13.4

---
gnu/packages/elixir.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm
index 55e17f2901..b34ed9d317 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -36,7 +36,7 @@ (define-module (gnu packages elixir)
(define-public elixir
(package
(name "elixir")
- (version "1.13.2")
+ (version "1.13.4")
(source
(origin
(method git-fetch)
@@ -45,7 +45,7 @@ (define-public elixir
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1d3mk7abn3rk536vmsfbm4smj52rljff6s40sndg0i7p6dl3kzxa"))
+ (base32 "1z19hwnv7czmg3p56hdk935gqxig3x7z78yxckh8fs1kdkmslqn4"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments
--
2.36.0
L
L
Ludovic Courtès wrote on 22 May 2022 23:08
(name . Cees de Groot)(address . cg@evrl.com)(address . 55402-done@debbugs.gnu.org)
87v8txp970.fsf@gnu.org
Cees de Groot <cg@evrl.com> skribis:

Toggle quote (9 lines)
>>From 9dc16e832dab108cb9d6ab6d5d381d108d8af611 Mon Sep 17 00:00:00 2001
> From: Cees de Groot <cg@evrl.com>
> Date: Fri, 13 May 2022 15:36:24 -0400
> Subject: [PATCH] Bump Elixir to 1.13.4
>
> ---
> gnu/packages/elixir.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Likewise. Applied, thanks!
Closed
?