gnu: r-s4vectors: Update to 0.38.1.
* gnu/packages/bioconductor.scm (r-s4vectors): Update to 0.38.1.
This commit is contained in:
		
							parent
							
								
									da8638facb
								
							
						
					
					
						commit
						3bdd6fb256
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -18251,13 +18251,13 @@ array-like semantic.  It also provides:
 | 
			
		|||
(define-public r-s4vectors
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-s4vectors")
 | 
			
		||||
    (version "0.38.0")
 | 
			
		||||
    (version "0.38.1")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (bioconductor-uri "S4Vectors" version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0dy976i36j5lvsznls8yrik4spi1wbr0dz9rdfsj45yha9866xns"))))
 | 
			
		||||
                "0qpjx64ilc1niglhf6pn47damgaf5vdzwkvnlhcixqzpl28ndbs9"))))
 | 
			
		||||
    (properties
 | 
			
		||||
     `((upstream-name . "S4Vectors")))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue