gnu: r-yaml: Update to 2.3.5.
* gnu/packages/statistics.scm (r-yaml): Update to 2.3.5.
This commit is contained in:
		
							parent
							
								
									30567b23b5
								
							
						
					
					
						commit
						cdf77791f1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1519,13 +1519,13 @@ syntax that can be converted to XHTML or other formats.") | ||||||
| (define-public r-yaml | (define-public r-yaml | ||||||
|   (package |   (package | ||||||
|     (name "r-yaml") |     (name "r-yaml") | ||||||
|     (version "2.2.2") |     (version "2.3.5") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (cran-uri "yaml" version)) |               (uri (cran-uri "yaml" version)) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "0c7pk5fq79mkqpc398hg8zj01frv4araglyppli49sqr4yx6mp55")))) |                 "0h2ixd95ww12ir13fdzbvjq4lsz6l8hmgv4bbsi89qd0ah2nrpry")))) | ||||||
|     (build-system r-build-system) |     (build-system r-build-system) | ||||||
|     (home-page "https://cran.r-project.org/web/packages/yaml/") |     (home-page "https://cran.r-project.org/web/packages/yaml/") | ||||||
|     (synopsis "Methods to convert R data to YAML and back") |     (synopsis "Methods to convert R data to YAML and back") | ||||||
|  |  | ||||||
		Reference in a new issue