gnu: r-megadepth: Update to 1.9.0.
* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.9.0.
This commit is contained in:
		
							parent
							
								
									c09a9bc427
								
							
						
					
					
						commit
						0d879deae1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -19720,14 +19720,14 @@ to annotation.")
 | 
				
			||||||
(define-public r-megadepth
 | 
					(define-public r-megadepth
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-megadepth")
 | 
					    (name "r-megadepth")
 | 
				
			||||||
    (version "1.8.0")
 | 
					    (version "1.9.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (bioconductor-uri "megadepth" version))
 | 
					       (uri (bioconductor-uri "megadepth" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1krk5iqqzkkkxfgsvi9j6mj14i2rzisrrq0xmxjsrkgfh19awhr8"))))
 | 
					         "1sj4z63drafmm1hvs0yhhn9c9mrwiv8i2s0cjj1iam8rbar0xv79"))))
 | 
				
			||||||
    (properties `((upstream-name . "megadepth")))
 | 
					    (properties `((upstream-name . "megadepth")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (inputs (list megadepth))
 | 
					    (inputs (list megadepth))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue