gnu: r-xml: Update to 3.98-1.16.
* gnu/packages/statistics.scm (r-xml): Update to 3.98-1.16.
This commit is contained in:
		
							parent
							
								
									41f6685388
								
							
						
					
					
						commit
						2aafa73a94
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2803,13 +2803,13 @@ ldap, and also supports cookies, redirects, authentication, etc.")
 | 
				
			||||||
(define-public r-xml
 | 
					(define-public r-xml
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-xml")
 | 
					    (name "r-xml")
 | 
				
			||||||
    (version "3.98-1.11")
 | 
					    (version "3.98-1.16")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (cran-uri "XML" version))
 | 
					              (uri (cran-uri "XML" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "18izvlg2x9mzr6yb3yf02ghwbyn00frki3av4lpc44r22m4djnsh"))))
 | 
					                "0nl1kk354r8snhj6p9mc74m7awvqc6akmd4y3a46y78yv3g15njp"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "XML")))
 | 
					     `((upstream-name . "XML")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue