gnu: r-later: Update to 1.2.0.
* gnu/packages/cran.scm (r-later): Update to 1.2.0. [propagated-inputs]: Remove r-bh.
This commit is contained in:
		
							parent
							
								
									22778956e8
								
							
						
					
					
						commit
						0161d0bcf0
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		|  | @ -7060,18 +7060,17 @@ exchanging spatial objects with other R packages.") | |||
| (define-public r-later | ||||
|   (package | ||||
|     (name "r-later") | ||||
|     (version "1.1.0.1") | ||||
|     (version "1.2.0") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (cran-uri "later" version)) | ||||
|        (sha256 | ||||
|         (base32 | ||||
|          "1k9n2j7zxw9gfclnx8zfqp6w64c5d6apn7g02yhkajkpmszagfki")))) | ||||
|          "00f4n1b2ykrs2cd61pypa4d00ydx9hqq2c1a1p8psa2yym6979bm")))) | ||||
|     (build-system r-build-system) | ||||
|     (propagated-inputs | ||||
|      `(("r-bh" ,r-bh) | ||||
|        ("r-rcpp" ,r-rcpp) | ||||
|      `(("r-rcpp" ,r-rcpp) | ||||
|        ("r-rlang" ,r-rlang))) | ||||
|     (native-inputs | ||||
|      `(("r-knitr" ,r-knitr))) | ||||
|  |  | |||
		Reference in a new issue