gnu: r-yaml: Update to 2.1.17.
* gnu/packages/statistics.scm (r-yaml): Update to 2.1.17.
This commit is contained in:
		
							parent
							
								
									e3ddb56329
								
							
						
					
					
						commit
						36e1202b2c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1331,13 +1331,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.1.16")
 | 
					    (version "2.1.17")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (cran-uri "yaml" version))
 | 
					              (uri (cran-uri "yaml" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1xlsmqal607w6c9rx86061y1fwpbyd5lqp9bad5n7cc9a0blpnkm"))))
 | 
					                "10y6wnv2v8k396far29haqv2s82p4zm04rrsxk183wg19gb51was"))))
 | 
				
			||||||
    (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