gnu: r-biocparallel: Update to 1.30.3.
* gnu/packages/bioconductor.scm (r-biocparallel): Update to 1.30.3. [propagated-inputs]: Add r-codetools.
This commit is contained in:
		
							parent
							
								
									f5899fe58b
								
							
						
					
					
						commit
						15e26f97d9
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -3103,13 +3103,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.30.2")
 | 
					    (version "1.30.3")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (bioconductor-uri "BiocParallel" version))
 | 
					              (uri (bioconductor-uri "BiocParallel" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0rqvwhs6d8ls1rq7j5ywl5k0qgblxpzimilyw335bi1yad5s10h3"))))
 | 
					                "1rs3wmasl9mx7f399iclvm0bnvggvjj2a88zbi294r5m8wxqlc92"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "BiocParallel")))
 | 
					     `((upstream-name . "BiocParallel")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					@ -3142,7 +3142,7 @@ powerful online queries from gene annotation to database mining.")
 | 
				
			||||||
                (string-append
 | 
					                (string-append
 | 
				
			||||||
                 m "; if (!is.na(Sys.getenv(\"SOURCE_DATE_EPOCH\"))) {set.seed(100)}\n"))))))))
 | 
					                 m "; if (!is.na(Sys.getenv(\"SOURCE_DATE_EPOCH\"))) {set.seed(100)}\n"))))))))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list r-futile-logger r-snow r-bh))
 | 
					     (list r-bh r-codetools r-futile-logger r-snow))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list r-knitr))
 | 
					     (list r-knitr))
 | 
				
			||||||
    (home-page "https://bioconductor.org/packages/BiocParallel")
 | 
					    (home-page "https://bioconductor.org/packages/BiocParallel")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue