gnu: r-clusterprofiler: Update to 3.18.0.
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.18.0.
This commit is contained in:
		
							parent
							
								
									eb3d17eb99
								
							
						
					
					
						commit
						3fd84a461d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3916,14 +3916,14 @@ All the visualization methods are developed based on ggplot2 graphics.")
 | 
				
			||||||
(define-public r-clusterprofiler
 | 
					(define-public r-clusterprofiler
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-clusterprofiler")
 | 
					    (name "r-clusterprofiler")
 | 
				
			||||||
    (version "3.16.1")
 | 
					    (version "3.18.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (bioconductor-uri "clusterProfiler" version))
 | 
					       (uri (bioconductor-uri "clusterProfiler" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "11zsgb8wbdv8r4c04iczz4aala4yw4ai7rz8igdzz87c0940nxkb"))))
 | 
					         "07xkc515gp9j4axg0qh39ni65mcbjgxmzjh5wxd86w64lz7xh8b9"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "clusterProfiler")))
 | 
					     `((upstream-name . "clusterProfiler")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue