guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: elixir: Update to 1.13.2.


From: guix-commits
Subject: 01/02: gnu: elixir: Update to 1.13.2.
Date: Fri, 28 Jan 2022 04:11:48 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit d3865640e8414ad79fc2bfc70a004817ff1e2b61
Author: Cees de Groot <cg@evrl.com>
AuthorDate: Thu Jan 27 02:45:40 2022 +0000

    gnu: elixir: Update to 1.13.2.
    
    * gnu/packages/elixir.scm (elixi): Update to 1.13.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/elixir.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm
index 87177acce0..e0c4b47469 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -35,7 +35,7 @@
 (define-public elixir
   (package
     (name "elixir")
-    (version "1.12.3")
+    (version "1.13.2")
     (source
      (origin
        (method git-fetch)
@@ -44,7 +44,7 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07fisdx755cgyghwy95gvdds38sh138z56biariml18jjw5mk3r6"))
+        (base32 "1d3mk7abn3rk536vmsfbm4smj52rljff6s40sndg0i7p6dl3kzxa"))
        (patches (search-patches "elixir-path-length.patch"))))
     (build-system gnu-build-system)
     (arguments
@@ -69,7 +69,7 @@
                  (("#!/bin/sh")
                   (string-append "#!" (which "sh"))))
                (substitute* "bin/elixir"
-                 (("ERTS_BIN=")
+                 (("^ERTS_BIN=$")
                   (string-append
                     "ERTS_BIN="
                     ;; Elixir Releases will prepend to ERTS_BIN the path of a 
copy of erl.
@@ -78,7 +78,7 @@
                     ;; erl binary in Guix store.
                     "\nif [ -z \"$ERTS_BIN\" ]; then ERTS_BIN="
                     (string-drop-right (which "erl") 3)
-                    "; fi")))
+                    "; fi\n")))
                (substitute* "bin/mix"
                  (("#!/usr/bin/env elixir")
                   (string-append "#!" out "/bin/elixir"))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]