[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71707] [PATCH v4 03/15] gnu: elixir: Update to 1.17.1.
From: |
Igor Goryachev |
Subject: |
[bug#71707] [PATCH v4 03/15] gnu: elixir: Update to 1.17.1. |
Date: |
Tue, 2 Jul 2024 09:55:05 +0300 |
* gnu/packages/elixir.scm (elixir): Update to 1.17.1.
Change-Id: Iad374439bc79c9dbef29c38ec2de19d9e8ea963b
---
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-module (gnu packages elixir)
(define-public elixir
(package
(name "elixir")
- (version "1.16.3")
+ (version "1.17.1")
(source
(origin
(method git-fetch)
@@ -50,7 +50,7 @@ (define-public elixir
(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
--
2.45.2
- [bug#71707] [PATCH v4 01/15] gnu: elixir: Fix mix substitute., Igor Goryachev, 2024/07/02
- [bug#71707] [PATCH v4 03/15] gnu: elixir: Update to 1.17.1.,
Igor Goryachev <=
- [bug#71707] [PATCH v4 09/15] gnu: elixir-castore: Update to 1.0.7., Igor Goryachev, 2024/07/02
- [bug#71707] [PATCH v4 08/15] gnu: elixir-bunt: Update to 1.0.0., Igor Goryachev, 2024/07/02
- [bug#71707] [PATCH v4 11/15] gnu: elixir-credo: Update to 1.7.7, fix lint warnings., Igor Goryachev, 2024/07/02
- [bug#71707] [PATCH v4 13/15] gnu: elixir-dialyxir: Update to 1.4.3., Igor Goryachev, 2024/07/02
- [bug#71707] [PATCH v4 15/15] build-sysem/mix: Preserve code paths., Igor Goryachev, 2024/07/02
- [bug#71707] [PATCH v4 06/15] gnu: elixir-jason: Fix lint warnings., Igor Goryachev, 2024/07/02
- [bug#71707] [PATCH v4 10/15] gnu: elixir-excoveralls: Update to 0.18.1, fix lint warnings., Igor Goryachev, 2024/07/02
- [bug#71707] [PATCH v4 02/15] gnu: elixir-hex: Remove redundant directory, fix lint warnings., Igor Goryachev, 2024/07/02
- [bug#71707] [PATCH v4 04/15] gnu: elixir-nimble-parsec: Update to 1.4.0., Igor Goryachev, 2024/07/02
- [bug#71707] [PATCH v4 05/15] gnu: elixir-makeup: Update to 1.1.2, make reproducible., Igor Goryachev, 2024/07/02