gnu: r-curl: Update to 0.9.7.
* gnu/packages/web.scm (r-curl): Update to 0.9.7.
This commit is contained in:
		
							parent
							
								
									c0bfa472bd
								
							
						
					
					
						commit
						2ff8212eb9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3052,13 +3052,13 @@ applications.")
 | 
			
		|||
(define-public r-curl
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-curl")
 | 
			
		||||
    (version "0.9.3")
 | 
			
		||||
    (version "0.9.7")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (cran-uri "curl" version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "02p9s1jlk8dcbvn71ivn4xnrqh9dwqyhgn4s1fzcfmnmfxhl5gld"))))
 | 
			
		||||
                "1p24bcaf1wbfdi1r9ibyyp0l0zp4kzs4g3srv8vikz93hycm1qa6"))))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (inputs
 | 
			
		||||
     `(("libcurl" ,curl)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue