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:
		
							parent
							
								
									b5a68ec8b9
								
							
						
					
					
						commit
						1e07bd2aa7
					
				
					 1 changed files with 20 additions and 22 deletions
				
			
		| 
						 | 
				
			
			@ -5,7 +5,7 @@
 | 
			
		|||
;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
 | 
			
		||||
;;; Copyright © 2015 David Thompson <davet@gnu.org>
 | 
			
		||||
;;; 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 Hartmut Goebel <h.goebel@crazy-compilers.com>
 | 
			
		||||
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
 | 
			
		||||
| 
						 | 
				
			
			@ -1021,20 +1021,18 @@ relatively simple Bash script.")
 | 
			
		|||
    (license license:expat)))
 | 
			
		||||
 | 
			
		||||
(define-public go-github-com-certifi-gocertifi
 | 
			
		||||
  (let ((commit "a5e0173ced670013bfb649c7e806bc9529c986ec")
 | 
			
		||||
        (revision "1"))
 | 
			
		||||
  (package
 | 
			
		||||
    (name "go-github-com-certifi-gocertifi")
 | 
			
		||||
      (version (git-version "2018.01.18" revision commit))
 | 
			
		||||
    (version "2020.02.11")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/certifi/gocertifi")
 | 
			
		||||
                       (commit commit)))
 | 
			
		||||
                     (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                  "1n9drccl3q1rr8wg3nf60slkf1lgsmz5ahifrglbdrc6har3rryj"))))
 | 
			
		||||
                "018bsy1vclsdk2kns9f37giabibg3kggk3vpj0yr3dv0k72gzybk"))))
 | 
			
		||||
    (build-system go-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#: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,
 | 
			
		||||
derived from Mozilla's collection.")
 | 
			
		||||
    (home-page "https://certifi.io")
 | 
			
		||||
      (license license:mpl2.0))))
 | 
			
		||||
    (license license:mpl2.0)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue