gnu: r-vegan: Update to 2.4-5.
* gnu/packages/bioinformatics.scm (r-vegan): Update to 2.4-5.
This commit is contained in:
		
							parent
							
								
									618f0582b4
								
							
						
					
					
						commit
						8d11ef4470
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -5857,14 +5857,14 @@ information as possible.")
 | 
				
			||||||
(define-public r-vegan
 | 
					(define-public r-vegan
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-vegan")
 | 
					    (name "r-vegan")
 | 
				
			||||||
    (version "2.4-4")
 | 
					    (version "2.4-5")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "vegan" version))
 | 
					       (uri (cran-uri "vegan" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1n57dzv2aid6iqd9fkqik401sidqanhzsawyak94qbiyh6dbd1x9"))))
 | 
					         "0cyyvn3xsjn24w590jn6z4xajafv7yzvj6c51vqi9q6m8v5831ya"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("gfortran" ,gfortran)))
 | 
					     `(("gfortran" ,gfortran)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue