gnu: r-biocgenerics: Update to 0.26.0.
* gnu/packages/bioinformatics.scm (r-biocgenerics): Update to 0.26.0.
This commit is contained in:
		
							parent
							
								
									9370b8ee9f
								
							
						
					
					
						commit
						e5907a44e1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6878,13 +6878,13 @@ barplots or heatmaps.")
 | 
				
			||||||
(define-public r-biocgenerics
 | 
					(define-public r-biocgenerics
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-biocgenerics")
 | 
					    (name "r-biocgenerics")
 | 
				
			||||||
    (version "0.24.0")
 | 
					    (version "0.26.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (bioconductor-uri "BiocGenerics" version))
 | 
					              (uri (bioconductor-uri "BiocGenerics" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "03wxvhxyrhipbgcg83lqlfn7p9gbzzrnl48y0dq7303xgp232zai"))))
 | 
					                "19qxhy2cd3pykkhzbb5q3crgaxf65cpzf2mkfsz16gqhi8flj72p"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "BiocGenerics")))
 | 
					     `((upstream-name . "BiocGenerics")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue