GNU bug report logs -
#57554
[Patch] Bump Elixir to 1.14.0
Previous Next
Reported by: Cees de Groot <cg <at> evrl.com>
Date: Sat, 3 Sep 2022 01:29:01 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
[Message part 1 (text/plain, inline)]
Your bug report
#57554: [Patch] Bump Elixir to 1.14.0
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 57554 <at> debbugs.gnu.org.
--
57554: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57554
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Cees de Groot <cg <at> evrl.com> writes:
> Subject: [PATCH] Bump Elixir version to 1.14.0
>
> 1.14.0 is the latest released version.
> ---
> gnu/packages/elixir.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks, I've adapted the commit message in to the conventional style for
package updates:
gnu: elixir: Update to 1.14.0.
* gnu/packages/elixir.scm (elixir): Update to 1.14.0.
... and pushed to master as 75febb00a57b69d41e989af0487446105fae32a5.
Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
Subject: [PATCH] Bump Elixir version to 1.14.0
1.14.0 is the latest released version.
---
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 0261a40458..724b42512c 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.4")
+ (version "1.14.0")
(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 "1z19hwnv7czmg3p56hdk935gqxig3x7z78yxckh8fs1kdkmslqn4"))
+ (base32 "16rc4qaykddda6ax5f8zw70yhapgwraqbgx5gp3f40dvfax3d51l"))
(patches (search-patches "elixir-path-length.patch"))))
(build-system gnu-build-system)
(arguments
--
2.34.1
This bug report was last modified 2 years and 260 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.