gnu: r-iranges: Update to 2.10.0.
* gnu/packages/bioinformatics.scm (r-iranges): Update to 2.10.0.
This commit is contained in:
		
							parent
							
								
									f1f380185b
								
							
						
					
					
						commit
						7d9ab5d920
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6308,13 +6308,13 @@ utilities for sequence data management under the ACNUC system.")
 | 
				
			||||||
(define-public r-iranges
 | 
					(define-public r-iranges
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-iranges")
 | 
					    (name "r-iranges")
 | 
				
			||||||
    (version "2.8.2")
 | 
					    (version "2.10.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (bioconductor-uri "IRanges" version))
 | 
					              (uri (bioconductor-uri "IRanges" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0x8h74ik3xwdnwrkn89hq5ll0qa1lp9jgzlbmpa02dpws7snfwyr"))))
 | 
					                "0zp4mxm9h1p4krj7m7cinkvwa2ibqkq59jwpan97yvhb4z8q0d6n"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "IRanges")))
 | 
					     `((upstream-name . "IRanges")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue