gnu: r-xvector: Update to 0.32.0.
* gnu/packages/bioconductor.scm (r-xvector): Update to 0.32.0.
This commit is contained in:
		
							parent
							
								
									e4a34df239
								
							
						
					
					
						commit
						092d2a8d85
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4504,13 +4504,13 @@ and specific in detecting differential transcription.")
 | 
				
			||||||
(define-public r-xvector
 | 
					(define-public r-xvector
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-xvector")
 | 
					    (name "r-xvector")
 | 
				
			||||||
    (version "0.30.0")
 | 
					    (version "0.32.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (bioconductor-uri "XVector" version))
 | 
					              (uri (bioconductor-uri "XVector" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1pqljikg4f6jb7wgm5537zwgq5b013nyz1agjrwfq2cljb0ym6lq"))))
 | 
					                "1cw34gd9iaspl0v737xl7rngq63zrj03a5ngai15ggrnv1sq2aqr"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "XVector")))
 | 
					     `((upstream-name . "XVector")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue