gnu: clustal-omega: Update to 1.2.4.
* gnu/packages/bioinformatics.scm (clustal-omega): Update to 1.2.4.
This commit is contained in:
		
							parent
							
								
									e2491f2bd4
								
							
						
					
					
						commit
						b3936f35ae
					
				
					 1 changed files with 4 additions and 5 deletions
				
			
		| 
						 | 
					@ -1774,15 +1774,14 @@ collections of DNA motifs.")
 | 
				
			||||||
(define-public clustal-omega
 | 
					(define-public clustal-omega
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "clustal-omega")
 | 
					    (name "clustal-omega")
 | 
				
			||||||
    (version "1.2.1")
 | 
					    (version "1.2.4")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append "http://www.clustal.org/omega/clustal-omega-"
 | 
				
			||||||
                    "http://www.clustal.org/omega/clustal-omega-"
 | 
					                                  version ".tar.gz"))
 | 
				
			||||||
                    version ".tar.gz"))
 | 
					 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "02ibkx0m0iwz8nscg998bh41gg251y56cgh86bvyrii5m8kjgwqf"))))
 | 
					                "1vm30mzncwdv881vrcwg11vzvrsmwy4wg80j5i0lcfk6dlld50w6"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("argtable" ,argtable)))
 | 
					     `(("argtable" ,argtable)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue