gnu: r-go-db: Update to 3.4.0.
* gnu/packages/bioinformatics.scm (r-go-db): Update to 3.4.0.
This commit is contained in:
		
							parent
							
								
									b17aac083e
								
							
						
					
					
						commit
						d1b1587cad
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6631,7 +6631,7 @@ extracting the desired features in a convenient format.")
 | 
				
			||||||
(define-public r-go-db
 | 
					(define-public r-go-db
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-go-db")
 | 
					    (name "r-go-db")
 | 
				
			||||||
    (version "3.3.0")
 | 
					    (version "3.4.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "http://www.bioconductor.org/packages/"
 | 
					              (uri (string-append "http://www.bioconductor.org/packages/"
 | 
				
			||||||
| 
						 | 
					@ -6639,7 +6639,7 @@ extracting the desired features in a convenient format.")
 | 
				
			||||||
                                  version ".tar.gz"))
 | 
					                                  version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0x2hkbhg9d8waw32hdn05887vv3zbs5aqff3mf5vfyzvl7xhgxy0"))))
 | 
					                "02cj8kqi5w39jwcs8gp1dgj08sah262ppxnkz4h3qd0w191y8yyl"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "GO.db")))
 | 
					     `((upstream-name . "GO.db")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue