gnu: r-renv: Update to 0.9.1.
* gnu/packages/cran.scm (r-renv): Update to 0.9.1.
This commit is contained in:
		
							parent
							
								
									59ed55df27
								
							
						
					
					
						commit
						e7e87d3840
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -5570,14 +5570,14 @@ Python's @url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
 | 
			
		|||
(define-public r-renv
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-renv")
 | 
			
		||||
    (version "0.9.0")
 | 
			
		||||
    (version "0.9.1")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (cran-uri "renv" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "1npxgmfk1pbnvch1j5w5k92429k88n278z1qhj7rgxh61z73rzqy"))))
 | 
			
		||||
         "0mwqpcay6v1hnvhggsrn1chvdlhi9hwvsswas8ysygfy5wxxz1sm"))))
 | 
			
		||||
    (properties `((upstream-name . "renv")))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (home-page "https://rstudio.github.io/renv")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue