gnu: r-seqpattern: Update to 1.14.0.
* gnu/packages/bioinformatics.scm (r-seqpattern): Update to 1.14.0.
This commit is contained in:
		
							parent
							
								
									d11bc259a8
								
							
						
					
					
						commit
						45ba2caedb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -8039,13 +8039,13 @@ microarray data, using nearest neighbor averaging.")
 | 
			
		|||
(define-public r-seqpattern
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-seqpattern")
 | 
			
		||||
    (version "1.12.0")
 | 
			
		||||
    (version "1.14.0")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (bioconductor-uri "seqPattern" version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0dw0yldfcf0ibvpqxlpx1ijnjf9lma47w9w22siszzhw09i0wp3w"))))
 | 
			
		||||
                "0di83qi83mrlw7i12khsq55d03hlazcywaa9m9pki1sfhafpq733"))))
 | 
			
		||||
    (properties
 | 
			
		||||
     `((upstream-name . "seqPattern")))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue