all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57554] [Patch] Bump Elixir to 1.14.0
@ 2022-09-03  1:28 Cees de Groot
  2022-09-04 17:56 ` bug#57554: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Cees de Groot @ 2022-09-03  1:28 UTC (permalink / raw)
  To: 57554

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





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

* bug#57554: [Patch] Bump Elixir to 1.14.0
  2022-09-03  1:28 [bug#57554] [Patch] Bump Elixir to 1.14.0 Cees de Groot
@ 2022-09-04 17:56 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-09-04 17:56 UTC (permalink / raw)
  To: Cees de Groot; +Cc: 57554-done

[-- Attachment #1: Type: text/plain, Size: 484 bytes --]


Cees de Groot <cg@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2022-09-04 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-03  1:28 [bug#57554] [Patch] Bump Elixir to 1.14.0 Cees de Groot
2022-09-04 17:56 ` bug#57554: " Christopher Baines

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.