gnu: r-packrat: Update to 0.9.2.
* gnu/packages/cran.scm (r-packrat): Update to 0.9.2.
This commit is contained in:
		
							parent
							
								
									3c3dbf2196
								
							
						
					
					
						commit
						b40994d97d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -31163,14 +31163,14 @@ interesting features. iheatmapr uses the plotly library for interactivity.")
 | 
				
			||||||
(define-public r-packrat
 | 
					(define-public r-packrat
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-packrat")
 | 
					    (name "r-packrat")
 | 
				
			||||||
    (version "0.9.1")
 | 
					    (version "0.9.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "packrat" version))
 | 
					       (uri (cran-uri "packrat" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0i1kzmjzks6g673jkcqmra0nysviab0r915wkgk8aaad0k316h21"))))
 | 
					         "1mvj2s78n2r66nlqq5bjrvgdwlwbcqdj81yryc34sv3y4m1mkpv9"))))
 | 
				
			||||||
    (properties `((upstream-name . "packrat")))
 | 
					    (properties `((upstream-name . "packrat")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (home-page "https://github.com/rstudio/packrat/")
 | 
					    (home-page "https://github.com/rstudio/packrat/")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue