gnu: r-deseq2: Update to 1.24.0.
* gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.24.0.
This commit is contained in:
		
							parent
							
								
									0183163d1e
								
							
						
					
					
						commit
						9a39193d45
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6680,14 +6680,14 @@ high-throughput sequencing experiments.")
 | 
				
			||||||
(define-public r-deseq2
 | 
					(define-public r-deseq2
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-deseq2")
 | 
					    (name "r-deseq2")
 | 
				
			||||||
    (version "1.22.2")
 | 
					    (version "1.24.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (bioconductor-uri "DESeq2" version))
 | 
					       (uri (bioconductor-uri "DESeq2" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0n5ah84mxn87p45drzy0wh2yknmzj1q5i6gv0v9vgg1lj7awb91r"))))
 | 
					         "0fkk326addm2cw688gnmdzsmri5qx8j6ldnr4xin6kjnwicqhlqd"))))
 | 
				
			||||||
    (properties `((upstream-name . "DESeq2")))
 | 
					    (properties `((upstream-name . "DESeq2")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue