GNU bug report logs - #50455
[PATCH] gnu: elixir: Update to 1.12.2

Previous Next

Package: guix-patches;

Reported by: Cees de Groot <cg <at> evrl.com>

Date: Tue, 7 Sep 2021 15:08:03 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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Cees de Groot <cg <at> evrl.com>
Subject: bug#50455: closed (Re: bug#50455: [PATCH] gnu: elixir: Update to
 1.12.2)
Date: Tue, 21 Sep 2021 10:34:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#50455: [PATCH] gnu: elixir: Update to 1.12.2

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 50455 <at> debbugs.gnu.org.

-- 
50455: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50455
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Cees de Groot <cg <at> evrl.com>
Cc: 50455-done <at> debbugs.gnu.org
Subject: Re: bug#50455: [PATCH] gnu: elixir: Update to 1.12.2
Date: Tue, 21 Sep 2021 12:32:59 +0200
Cees de Groot <cg <at> evrl.com> skribis:

> From 11107c6f4e15a0870938f9014986fdcf10c04e09 Mon Sep 17 00:00:00 2001
> From: Cees de Groot <cg <at> evrl.com>
> Date: Mon, 30 Aug 2021 14:02:29 -0400
> Subject: [PATCH] gnu: elixir: Update to 1.12.2
>

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Cees de Groot <cg <at> evrl.com>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: elixir: Update to 1.12.2
Date: Tue, 07 Sep 2021 15:06:38 +0000
[Message part 4 (text/plain, inline)]
From 11107c6f4e15a0870938f9014986fdcf10c04e09 Mon Sep 17 00:00:00 2001
From: Cees de Groot <cg <at> evrl.com>
Date: Mon, 30 Aug 2021 14:02:29 -0400
Subject: [PATCH] gnu: elixir: Update to 1.12.2

---
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 c186b20b44..2ceb3b553f 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -35,7 +35,7 @@
(define-public elixir
(package
(name "elixir")
- (version "1.12.0")
+ (version "1.12.2")
(source
(origin
(method git-fetch)
@@ -44,7 +44,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0nx0ajbpib0hxpxz33p1kr3rqgvf35vkx91sh427qcjqy7964z16"))
+ (base32 "1rwmwnqxhjcdx9niva9ardx90p1qi4axxh72nw9k15hhlh2jy29x"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments
--
2.33.0
[Message part 5 (text/html, inline)]

This bug report was last modified 3 years and 322 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.