[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
- branch master updated (76534bff36 -> b3c8285127), guix-commits, 2024/07/02
- 01/15: gnu: elixir: Fix mix substitute., guix-commits, 2024/07/02
- 03/15: gnu: elixir: Update to 1.17.1.,
guix-commits <=
- 06/15: gnu: elixir-jason: Fix lint warnings., guix-commits, 2024/07/02
- 07/15: gnu: elixir-file-system: Update to 1.0.0., guix-commits, 2024/07/02
- 08/15: gnu: elixir-bunt: Update to 1.0.0., guix-commits, 2024/07/02
- 10/15: gnu: elixir-excoveralls: Update to 0.18.1, fix lint warnings., guix-commits, 2024/07/02
- 13/15: gnu: elixir-dialyxir: Update to 1.4.3., guix-commits, 2024/07/02
- 04/15: gnu: elixir-nimble-parsec: Update to 1.4.0., guix-commits, 2024/07/02
- 12/15: gnu: elixir-erlex: Update to 0.2.7., guix-commits, 2024/07/02
- 14/15: gnu: elixir-machete: Update to 0.3.3., guix-commits, 2024/07/02
- 02/15: gnu: elixir-hex: Remove redundant directory, fix lint warnings., guix-commits, 2024/07/02
- 05/15: gnu: elixir-makeup: Update to 1.1.2, make reproducible., guix-commits, 2024/07/02