gnu: r-rlang: Update to 0.4.2.
* gnu/packages/statistics.scm (r-rlang): Update to 0.4.2.
This commit is contained in:
		
							parent
							
								
									0dc62774e1
								
							
						
					
					
						commit
						55bb00b198
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1606,13 +1606,13 @@ defined in different packages.")
 | 
				
			||||||
(define-public r-rlang
 | 
					(define-public r-rlang
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-rlang")
 | 
					    (name "r-rlang")
 | 
				
			||||||
    (version "0.4.1")
 | 
					    (version "0.4.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (cran-uri "rlang" version))
 | 
					              (uri (cran-uri "rlang" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "122hhc7pdri8wkjmk37y71m4h1gmdzaqcfdizfdjg1bhy935i10k"))))
 | 
					                "0fczcp17kaz3s4p0nd4126bppwl20vpxfybhsndpcky9h75wklgv"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (home-page "http://rlang.tidyverse.org")
 | 
					    (home-page "http://rlang.tidyverse.org")
 | 
				
			||||||
    (synopsis "Functions for base types, core R and Tidyverse features")
 | 
					    (synopsis "Functions for base types, core R and Tidyverse features")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue