gnu: r-gosemsim: Update to 2.28.0.
* gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.28.0. [propagated-inputs]: Add r-rlang. Change-Id: I039ed379e9fa3870bd40a68dbfd6446ca35dafc0
This commit is contained in:
		
							parent
							
								
									aa61c81823
								
							
						
					
					
						commit
						b3f89195e9
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -14632,18 +14632,18 @@ information about samples and features can be added to the plot.") | ||||||
| (define-public r-gosemsim | (define-public r-gosemsim | ||||||
|   (package |   (package | ||||||
|     (name "r-gosemsim") |     (name "r-gosemsim") | ||||||
|     (version "2.26.1") |     (version "2.28.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (bioconductor-uri "GOSemSim" version)) |        (uri (bioconductor-uri "GOSemSim" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "15z7wqnp0s8fiysl3qc76pjaj3xik2br2mz2z3nmf28vxig69mx9")))) |          "10jhjzgf10w9cmr97qzc3mqvgvgx9h7pqk7zkkqwhg7anv6wa788")))) | ||||||
|     (properties `((upstream-name . "GOSemSim"))) |     (properties `((upstream-name . "GOSemSim"))) | ||||||
|     (build-system r-build-system) |     (build-system r-build-system) | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|      (list r-annotationdbi r-go-db r-rcpp)) |      (list r-annotationdbi r-go-db r-rcpp r-rlang)) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      (list r-knitr)) |      (list r-knitr)) | ||||||
|     (home-page "https://guangchuangyu.github.io/software/GOSemSim") |     (home-page "https://guangchuangyu.github.io/software/GOSemSim") | ||||||
|  |  | ||||||
		Reference in a new issue