gnu: r-genomicfeatures: Update to 1.28.4.
* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.28.4.
This commit is contained in:
		
							parent
							
								
									9eb2714625
								
							
						
					
					
						commit
						8cfaa9ab4e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -7133,13 +7133,13 @@ as well as query and modify the browser state, such as the current viewport.")
 | 
			
		|||
(define-public r-genomicfeatures
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-genomicfeatures")
 | 
			
		||||
    (version "1.28.0")
 | 
			
		||||
    (version "1.28.4")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (bioconductor-uri "GenomicFeatures" version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1pjxlr34ygv8pvfwpyq268wpgqzphiwpij85fyhjqdwdp0a253ik"))))
 | 
			
		||||
                "01ylvg275iy0cvsbxkbfxcf9pi9al597v5wnlqi2xdpmrcxyc3q0"))))
 | 
			
		||||
    (properties
 | 
			
		||||
     `((upstream-name . "GenomicFeatures")))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue