gnu: r-fishpond: Update to 2.4.0.
* gnu/packages/bioconductor.scm (r-fishpond): Update to 2.4.0.
This commit is contained in:
		
							parent
							
								
									f074346f2c
								
							
						
					
					
						commit
						65866be416
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -15690,13 +15690,13 @@ objects from the @code{graph} package.")
 | 
				
			||||||
(define-public r-fishpond
 | 
					(define-public r-fishpond
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-fishpond")
 | 
					    (name "r-fishpond")
 | 
				
			||||||
    (version "2.2.0")
 | 
					    (version "2.4.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (bioconductor-uri "fishpond" version))
 | 
					              (uri (bioconductor-uri "fishpond" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0svp4yh0srhzbbxy1grchzdd9yzchadjp3d2sy2n9xpwxzpkhrym"))))
 | 
					                "112jd53wbiv1w0n8dc4qn6257wbbbg5i20s9wlvaw98jma94afa6"))))
 | 
				
			||||||
    (properties `((upstream-name . "fishpond")))
 | 
					    (properties `((upstream-name . "fishpond")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (inputs (list zlib))
 | 
					    (inputs (list zlib))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue