gnu: r-googlesheets4: Update to 1.0.0.
* gnu/packages/cran.scm (r-googlesheets4): Update to 1.0.0. [propagated-inputs]: Remove r-lifecycle; add r-cli.
This commit is contained in:
		
							parent
							
								
									6e27f274b2
								
							
						
					
					
						commit
						55a8d2f369
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -291,25 +291,25 @@ pronounceable identifiers.")
 | 
			
		|||
(define-public r-googlesheets4
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-googlesheets4")
 | 
			
		||||
    (version "0.3.0")
 | 
			
		||||
    (version "1.0.0")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (cran-uri "googlesheets4" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "04b17cdzah2r92qj7imrdlpfzyxwyf1vx8k1kvsr36nqg383f4b2"))))
 | 
			
		||||
         "0yncqwv9l5knyrv88ys5gwcv44hl1j0mbklpins6v7f9m9v7s40a"))))
 | 
			
		||||
    (properties `((upstream-name . "googlesheets4")))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     `(("r-cellranger" ,r-cellranger)
 | 
			
		||||
       ("r-cli" ,r-cli)
 | 
			
		||||
       ("r-curl" ,r-curl)
 | 
			
		||||
       ("r-gargle" ,r-gargle)
 | 
			
		||||
       ("r-glue" ,r-glue)
 | 
			
		||||
       ("r-googledrive" ,r-googledrive)
 | 
			
		||||
       ("r-httr" ,r-httr)
 | 
			
		||||
       ("r-ids" ,r-ids)
 | 
			
		||||
       ("r-lifecycle" ,r-lifecycle)
 | 
			
		||||
       ("r-magrittr" ,r-magrittr)
 | 
			
		||||
       ("r-purrr" ,r-purrr)
 | 
			
		||||
       ("r-rematch2" ,r-rematch2)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue