gnu: r-genomeinfodb: Update to 1.26.2.
* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.26.2.
This commit is contained in:
		
							parent
							
								
									baeaa02e75
								
							
						
					
					
						commit
						4745f0dfca
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -7913,13 +7913,13 @@ ID and species.  It is used by functions in the GenomeInfoDb package.")
 | 
				
			||||||
(define-public r-genomeinfodb
 | 
					(define-public r-genomeinfodb
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-genomeinfodb")
 | 
					    (name "r-genomeinfodb")
 | 
				
			||||||
    (version "1.26.0")
 | 
					    (version "1.26.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (bioconductor-uri "GenomeInfoDb" version))
 | 
					              (uri (bioconductor-uri "GenomeInfoDb" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1xfhz7gmccijy2z015w07lh04g0ijh7zi6k7q6m4lripgban93g9"))))
 | 
					                "092izc49maxjhf6m4b0qx21ad16dz7bmxy5pysp3vkyhdrfa2f7v"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "GenomeInfoDb")))
 | 
					     `((upstream-name . "GenomeInfoDb")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue