[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71707] [PATCH v4 09/15] gnu: elixir-castore: Update to 1.0.7.
From: |
Igor Goryachev |
Subject: |
[bug#71707] [PATCH v4 09/15] gnu: elixir-castore: Update to 1.0.7. |
Date: |
Tue, 2 Jul 2024 09:55:11 +0300 |
* gnu/packages/elixir-xyz.scm (elixir-castore): Update to 1.0.7.
Change-Id: I5281ad7e453774053f82c004fe75c886b69b48aa
---
gnu/packages/elixir-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm
index af5f760294..f7b1b04855 100644
--- a/gnu/packages/elixir-xyz.scm
+++ b/gnu/packages/elixir-xyz.scm
@@ -193,13 +193,13 @@ (define-public elixir-inch-ex
(define-public elixir-castore
(package
(name "elixir-castore")
- (version "1.0.4")
+ (version "1.0.7")
(source
(origin
(method url-fetch)
(uri (hexpm-uri name version))
(sha256
- (base32 "1y44amb8falsmrfzpkmf7qp6215g9kdl76g91dpna4af2jwc264l"))))
+ (base32 "1xaw8n8g7qfygf8z8sz7f7pwmdl4lxshi9lj2b6j386jn2j8axys"))))
(build-system mix-build-system)
(arguments (list #:tests? #f)) ; no tests
(synopsis "Up-to-date CA certificate store")
--
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, 2024/07/02
- [bug#71707] [PATCH v4 09/15] gnu: elixir-castore: Update to 1.0.7.,
Igor Goryachev <=
- [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
- [bug#71707] [PATCH v4 07/15] gnu: elixir-file-system: Update to 1.0.0., Igor Goryachev, 2024/07/02