gnu: r-s4vectors: Update to 0.18.2.
* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.18.2.
This commit is contained in:
		
							parent
							
								
									607acf3194
								
							
						
					
					
						commit
						33cd15fa84
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -7106,13 +7106,13 @@ abnormal copy number.")
 | 
			
		|||
(define-public r-s4vectors
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-s4vectors")
 | 
			
		||||
    (version "0.16.0")
 | 
			
		||||
    (version "0.18.2")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (bioconductor-uri "S4Vectors" version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "03s8vz33nl6mivjb7dbvj702dkypi340lji1sjban03fyyls0hw0"))))
 | 
			
		||||
                "0qvj2j0zl4djjl7vrwc6xak6h8dxr53iwypfbcvfb3sh7jwhdiz5"))))
 | 
			
		||||
    (properties
 | 
			
		||||
     `((upstream-name . "S4Vectors")))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue