gnu: r-biocparallel: Update to 1.20.1.
* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.20.1.
This commit is contained in:
		
							parent
							
								
									827d0fa846
								
							
						
					
					
						commit
						152a408051
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -7687,13 +7687,13 @@ powerful online queries from gene annotation to database mining.")
 | 
			
		|||
(define-public r-biocparallel
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-biocparallel")
 | 
			
		||||
    (version "1.20.0")
 | 
			
		||||
    (version "1.20.1")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (bioconductor-uri "BiocParallel" version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1wgnad4089xn8yxl9md7xprgh3vswcbyxg7di0931ik6x54m9zws"))))
 | 
			
		||||
                "0g0znb4whsvb9hpwx9xaasdi5n4vjqw8cpdyqgrdrjm91rls1h21"))))
 | 
			
		||||
    (properties
 | 
			
		||||
     `((upstream-name . "BiocParallel")))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue