guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: elixir: Update to 1.17.2.


From: guix-commits
Subject: branch master updated: gnu: elixir: Update to 1.17.2.
Date: Sat, 13 Jul 2024 09:57:39 -0400

This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2bc4590a07 gnu: elixir: Update to 1.17.2.
2bc4590a07 is described below

commit 2bc4590a0739613ac57d5f82aa2dbdacca74deaa
Author: Igor Goryachev via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sun Jul 7 11:42:45 2024 +0300

    gnu: elixir: Update to 1.17.2.
    
    * gnu/packages/elixir.scm (elixir): Update to 1.17.2.
    
    Change-Id: Ief8898ec4d48af09ea4f270787b79398ff24f9fa
    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 e646fe7dd6..895ede25dd 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -41,7 +41,7 @@
 (define-public elixir
   (package
     (name "elixir")
-    (version "1.17.1")
+    (version "1.17.2")
     (source
      (origin
        (method git-fetch)
@@ -50,7 +50,7 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1nav5mv52l2sd37rhdnr4scqfnnnb04r481qabdqvfmfdvikxc3b"))
+        (base32 "063pfz6ljy22b4nyvk8pi8ggqb6nmzqcca08vnl3h9xgh1zzddpj"))
        (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]