gnu: r-xml2: Update to 1.2.1.
* gnu/packages/statistics.scm (r-xml2): Update to 1.2.1.
This commit is contained in:
		
							parent
							
								
									8d932e71d6
								
							
						
					
					
						commit
						b29ecb8e37
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2022,14 +2022,14 @@ and environmental data in the framework of Euclidean exploratory methods.")
 | 
				
			||||||
(define-public r-xml2
 | 
					(define-public r-xml2
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-xml2")
 | 
					    (name "r-xml2")
 | 
				
			||||||
    (version "1.2.0")
 | 
					    (version "1.2.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "xml2" version))
 | 
					       (uri (cran-uri "xml2" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "154lmksfiwkhnlmryas25mjhfg6k4mmnnk7bbb29mnn5x5pr2yha"))))
 | 
					         "0186d7r36xw1z9f8ajz35a0dz4ch6hmrjl9536yc7vq78v4vn5an"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("libxml2" ,libxml2)
 | 
					     `(("libxml2" ,libxml2)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue