gnu: r-biocparallel: Update to 1.6.6.
* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.6.6.
This commit is contained in:
		
							parent
							
								
									10e479a7c0
								
							
						
					
					
						commit
						44f711dbe6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -5597,13 +5597,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.6.3")
 | 
					    (version "1.6.6")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (bioconductor-uri "BiocParallel" version))
 | 
					              (uri (bioconductor-uri "BiocParallel" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1gb3lpafhx9wi7wbjdvczdf837qq1arpymcr438jwx39biv9dwb4"))))
 | 
					                "1l39zmvhjlvlczrk5wal4y2s4g0b2kmaczgq5biah9qn45y474mw"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "BiocParallel")))
 | 
					     `((upstream-name . "BiocParallel")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue