mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: erlang-certifi: Update to 2.15.0.
* gnu/packages/erlang.scm (erlang-certifi): Update to 2.15.0. Change-Id: I08f0b35cfaa1114404c302ef40be74b6b88d4233 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2d7e587294
commit
90ce0d8a47
1 changed files with 2 additions and 2 deletions
|
|
@ -271,13 +271,13 @@ Mustache template engine")
|
|||
(define-public erlang-certifi
|
||||
(package
|
||||
(name "erlang-certifi")
|
||||
(version "2.13.0")
|
||||
(version "2.15.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "certifi" version))
|
||||
(sha256
|
||||
(base32 "1887qmxp7qmha4c8k4m4cw35iii15srrdmfmvypp0q7hl0rragcg"))))
|
||||
(base32 "0q2ap7ax2wfcigr9vx1g3bv85hf1cm8hakyrvapjxmvirqifsixi"))))
|
||||
(build-system rebar-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;; have not been updated for latest cert bundle
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue