gnu: r-biocparallel: Update to 1.28.1.
* gnu/packages/bioconductor.scm (r-biocparallel): Update to 1.28.1.
This commit is contained in:
		
							parent
							
								
									67de75778f
								
							
						
					
					
						commit
						cfeccf8e90
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2294,13 +2294,13 @@ powerful online queries from gene annotation to database mining.")
 | 
				
			||||||
(define-public r-biocparallel
 | 
					(define-public r-biocparallel
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-biocparallel")
 | 
					    (name "r-biocparallel")
 | 
				
			||||||
    (version "1.28.0")
 | 
					    (version "1.28.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (bioconductor-uri "BiocParallel" version))
 | 
					              (uri (bioconductor-uri "BiocParallel" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0jqgbpjppwinzw100qhc42kc95znq6xanl26bi8m9cq7yggbpra6"))))
 | 
					                "04s6y7q9dvg26fazs6lzkm668zpl3136j9gd5hkyihyrf4a1w3g3"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "BiocParallel")))
 | 
					     `((upstream-name . "BiocParallel")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue