GNU bug report logs - #71527
[PATCH 00/20] Update erlang, elixir things, add xxkb.

Previous Next

Package: guix-patches;

Reported by: Igor Goryachev <igor <at> goryachev.org>

Date: Thu, 13 Jun 2024 05:24:02 UTC

Severity: normal

Tags: patch

Done: Andrew Tropin <andrew <at> trop.in>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 71527 <at> debbugs.gnu.org (full text, mbox):

From: Igor Goryachev <igor <at> goryachev.org>
To: 71527 <at> debbugs.gnu.org
Cc: Igor Goryachev <igor <at> goryachev.org>
Subject: [PATCH 03/20] gnu: erlang-certifi: Update to 2.13.0.
Date: Thu, 13 Jun 2024 09:17:40 +0300
* gnu/packages/erlang.scm (erlang-certifi): Update to 2.13.0.

Change-Id: If1ea284809c6f581375140795ba2ca9e0deb39a8
---
 gnu/packages/erlang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 9bd6394518..97cfd7d872 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -248,13 +248,13 @@ (define-public erlang-bbmustache
 (define-public erlang-certifi
   (package
     (name "erlang-certifi")
-    (version "2.9.0")
+    (version "2.13.0")
     (source
      (origin
        (method url-fetch)
        (uri (hexpm-uri "certifi" version))
        (sha256
-        (base32 "0ha6vmf5p3xlbf5w1msa89frhvfk535rnyfybz9wdmh6vdms8v96"))))
+        (base32 "1887qmxp7qmha4c8k4m4cw35iii15srrdmfmvypp0q7hl0rragcg"))))
     (build-system rebar-build-system)
     (arguments
      `(#:tests? #f)) ;; have not been updated for latest cert bundle
-- 
2.45.1





This bug report was last modified 1 year and 25 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.