GNU bug report logs -
#55402
[Patch] Bump Elixir to 1.13.4
Previous Next
Reported by: Cees de Groot <cg <at> evrl.com>
Date: Fri, 13 May 2022 21:12:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#55402: [Patch] Bump Elixir to 1.13.4
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 55402 <at> debbugs.gnu.org.
--
55402: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55402
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Cees de Groot <cg <at> evrl.com> skribis:
>>From 9dc16e832dab108cb9d6ab6d5d381d108d8af611 Mon Sep 17 00:00:00 2001
> From: Cees de Groot <cg <at> 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!
[Message part 3 (message/rfc822, inline)]
From 9dc16e832dab108cb9d6ab6d5d381d108d8af611 Mon Sep 17 00:00:00 2001
From: Cees de Groot <cg <at> 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(-)
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
This bug report was last modified 3 years and 4 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.