gnu: r-xml: Update to .
* gnu/packages/statistics.scm (r-xml): Update to .
This commit is contained in:
		
							parent
							
								
									ff91ed7d56
								
							
						
					
					
						commit
						4184649940
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2766,13 +2766,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.10")
 | 
					    (version "3.98-1.11")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (cran-uri "XML" version))
 | 
					              (uri (cran-uri "XML" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1faza9bbllp67lf1yv1sllxc3iv8llz52m9diazhq322iqbh97m1"))))
 | 
					                "18izvlg2x9mzr6yb3yf02ghwbyn00frki3av4lpc44r22m4djnsh"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "XML")))
 | 
					     `((upstream-name . "XML")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue