guix-commits
[Top][All Lists]
Advanced

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

03/15: gnu: elixir: Update to 1.17.1.


From: guix-commits
Subject: 03/15: gnu: elixir: Update to 1.17.1.
Date: Tue, 2 Jul 2024 04:19:26 -0400 (EDT)

abcdw pushed a commit to branch master
in repository guix.

commit 47ab8444bf5a4aece5c5dfaad8d0a82ce60931f2
Author: Igor Goryachev <igor@goryachev.org>
AuthorDate: Tue Jul 2 09:55:05 2024 +0300

    gnu: elixir: Update to 1.17.1.
    
    * gnu/packages/elixir.scm (elixir): Update to 1.17.1.
    
    Change-Id: Iad374439bc79c9dbef29c38ec2de19d9e8ea963b
    Signed-off-by: Andrew Tropin <andrew@trop.in>
---
 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 e2e9fcc245..e646fe7dd6 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -41,7 +41,7 @@
 (define-public elixir
   (package
     (name "elixir")
-    (version "1.16.3")
+    (version "1.17.1")
     (source
      (origin
        (method git-fetch)
@@ -50,7 +50,7 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0db1f6p8409ld81lfd9ln9ir4v55h48lzsbd91jz0hns7ninlh2r"))
+        (base32 "1nav5mv52l2sd37rhdnr4scqfnnnb04r481qabdqvfmfdvikxc3b"))
        (patches (search-patches "elixir-path-length.patch"))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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