gnu: r-openssl: Update to 1.3.
* gnu/packages/statistics.scm (r-openssl): Update to 1.3.
This commit is contained in:
		
							parent
							
								
									d378e1a1c5
								
							
						
					
					
						commit
						adf610718c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2316,14 +2316,14 @@ collation, and NAMESPACE files.") | ||||||
| (define-public r-openssl | (define-public r-openssl | ||||||
|   (package |   (package | ||||||
|     (name "r-openssl") |     (name "r-openssl") | ||||||
|     (version "1.2.2") |     (version "1.3") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (cran-uri "openssl" version)) |        (uri (cran-uri "openssl" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "0jfkna9zzhy2m5qd8501ija5jnpxzjn8wi3wjw0kr2fm4sl7qynz")))) |          "1gx4mk7js1irzkql5rgk48ja9c6mm28ccxz483ngbhdd57az90qw")))) | ||||||
|     (build-system r-build-system) |     (build-system r-build-system) | ||||||
|     (inputs |     (inputs | ||||||
|      `(("libressl" ,libressl))) |      `(("libressl" ,libressl))) | ||||||
|  |  | ||||||
		Reference in a new issue