gnu: r-marray: Update to 1.64.0.
* gnu/packages/bioconductor.scm (r-marray): Update to 1.64.0.
This commit is contained in:
		
							parent
							
								
									cf8968d7e6
								
							
						
					
					
						commit
						b6c2f098ba
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1528,12 +1528,12 @@ enrichedGO (addGeneIDs).")
 | 
				
			||||||
(define-public r-marray
 | 
					(define-public r-marray
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-marray")
 | 
					    (name "r-marray")
 | 
				
			||||||
    (version "1.62.0")
 | 
					    (version "1.64.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (bioconductor-uri "marray" version))
 | 
					              (uri (bioconductor-uri "marray" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32 "000745d7gxka8cx4jwxf0p128jk90dw6wi3y8dkrkyz2arkl29yz"))))
 | 
					               (base32 "1mbs9rk279hnm9yz34za3xz3hb88ll1d0abw4m2pgjgbh4kkhdrl"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("r-limma" ,r-limma)))
 | 
					     `(("r-limma" ,r-limma)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue