gnu: go-github-com-certifi-gocertifi: Update to 2020.02.11.

* gnu/packages/tls.scm (go-github-com-certifi-gocertifi): Update to
2020.02.11.
This commit is contained in:
Efraim Flashner 2020-05-25 22:20:22 +03:00
parent b5a68ec8b9
commit 1e07bd2aa7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -5,7 +5,7 @@
;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015 David Thompson <davet@gnu.org> ;;; Copyright © 2015 David Thompson <davet@gnu.org>
;;; Copyright © 2015, 2016, 2017, 2018, 2019 Leo Famulari <leo@famulari.name> ;;; Copyright © 2015, 2016, 2017, 2018, 2019 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016, 2017, 2019 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016, 2017, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017, 2018 Nikita <nikita@n0.is> ;;; Copyright © 2016, 2017, 2018 Nikita <nikita@n0.is>
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com> ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
@ -1021,20 +1021,18 @@ relatively simple Bash script.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-certifi-gocertifi (define-public go-github-com-certifi-gocertifi
(let ((commit "a5e0173ced670013bfb649c7e806bc9529c986ec")
(revision "1"))
(package (package
(name "go-github-com-certifi-gocertifi") (name "go-github-com-certifi-gocertifi")
(version (git-version "2018.01.18" revision commit)) (version "2020.02.11")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/certifi/gocertifi") (url "https://github.com/certifi/gocertifi")
(commit commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1n9drccl3q1rr8wg3nf60slkf1lgsmz5ahifrglbdrc6har3rryj")))) "018bsy1vclsdk2kns9f37giabibg3kggk3vpj0yr3dv0k72gzybk"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/certifi/gocertifi")) '(#:import-path "github.com/certifi/gocertifi"))
@ -1042,4 +1040,4 @@ relatively simple Bash script.")
(description "This package is a Go language X.509 TLS root certificate bundle, (description "This package is a Go language X.509 TLS root certificate bundle,
derived from Mozilla's collection.") derived from Mozilla's collection.")
(home-page "https://certifi.io") (home-page "https://certifi.io")
(license license:mpl2.0)))) (license license:mpl2.0)))