gnu: r-decipher: Update to 3.0.0.
* gnu/packages/bioconductor.scm (r-decipher): Update to 3.0.0. [propagated-inputs]: Remove r-rsqlite. Change-Id: I8fd3b7c179b7d4e06ad1e7f592add40b77061eee
This commit is contained in:
		
							parent
							
								
									199305df78
								
							
						
					
					
						commit
						40e85015aa
					
				
					 1 changed files with 3 additions and 8 deletions
				
			
		|  | @ -5356,21 +5356,16 @@ knowledge can achieve semi-supervised deconvolution of mixtures.") | |||
| (define-public r-decipher | ||||
|   (package | ||||
|     (name "r-decipher") | ||||
|     (version "2.30.0") | ||||
|     (version "3.0.0") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (bioconductor-uri "DECIPHER" version)) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "1ri8ldx3dqcpfvn3mz0022f77zi6ki04mh27qp132bbrjkj6zl79")))) | ||||
|                 "1bgzl3sy4l5xfgxrkw8z1dvygkn2dgcl2fl9ah13ggs8hc9h9nlm")))) | ||||
|     (build-system r-build-system) | ||||
|     (propagated-inputs | ||||
|      (list r-biostrings | ||||
|            r-dbi | ||||
|            r-iranges | ||||
|            r-rsqlite | ||||
|            r-s4vectors | ||||
|            r-xvector)) | ||||
|      (list r-biostrings r-dbi r-iranges r-s4vectors r-xvector)) | ||||
|     (home-page "https://www.bioconductor.org/packages/DECIPHER/") | ||||
|     (synopsis "Tools for deciphering and managing biological sequences") | ||||
|     (description "This package provides a toolset for deciphering and managing | ||||
|  |  | |||
		Reference in a new issue