gnu: r-biobase: Update to 2.36.0.
* gnu/packages/bioinformatics.scm (r-biobase): Update to 2.36.0.
This commit is contained in:
		
							parent
							
								
									1859712bef
								
							
						
					
					
						commit
						b2fff403c8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6533,13 +6533,13 @@ manipulating genomic intervals and variables defined along a genome.")
 | 
				
			||||||
(define-public r-biobase
 | 
					(define-public r-biobase
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-biobase")
 | 
					    (name "r-biobase")
 | 
				
			||||||
    (version "2.34.0")
 | 
					    (version "2.36.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (bioconductor-uri "Biobase" version))
 | 
					              (uri (bioconductor-uri "Biobase" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0js9j9wqls8f571ifl9ylllbb9a9hwf7b7drf2grwb1fl31ldazl"))))
 | 
					                "0x7pf5xsdcj12dbf5qqki2c6bd5madqg2fbiq5xgisarpc9v6c1m"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "Biobase")))
 | 
					     `((upstream-name . "Biobase")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue