gnu: r-pfamanalyzer: Update to 1.2.0.
* gnu/packages/bioconductor.scm (r-pfamanalyzer): Update to 1.2.0. Change-Id: I31ab67f4ac5b5846038e4896fc44a65da8717b27
This commit is contained in:
		
							parent
							
								
									409d6d340d
								
							
						
					
					
						commit
						fd0e3d812c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -9310,13 +9310,13 @@ structure (pcaRes) to provide a common interface to the PCA results.")
 | 
			
		|||
(define-public r-pfamanalyzer
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-pfamanalyzer")
 | 
			
		||||
    (version "1.0.1")
 | 
			
		||||
    (version "1.2.0")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (bioconductor-uri "pfamAnalyzeR" version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0zff887lc4bjrv683kqsw47vjwmf6886wybklsf2wd6hpy23mxfy"))))
 | 
			
		||||
                "0qxxp7kfwbb9q471mgwc4bd8dmyid56ddyzw2jlg4gb1wcq9py67"))))
 | 
			
		||||
    (properties `((upstream-name . "pfamAnalyzeR")))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (propagated-inputs (list r-dplyr r-magrittr r-readr r-stringr r-tibble))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue