gnu: r-biocstyle: Update to 2.28.0.
* gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.28.0.
This commit is contained in:
		
							parent
							
								
									d277f69643
								
							
						
					
					
						commit
						0c2009a1b0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -17370,13 +17370,13 @@ different graph related packages produced by Bioconductor.")
 | 
				
			||||||
(define-public r-biocstyle
 | 
					(define-public r-biocstyle
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-biocstyle")
 | 
					    (name "r-biocstyle")
 | 
				
			||||||
    (version "2.26.0")
 | 
					    (version "2.28.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (bioconductor-uri "BiocStyle" version))
 | 
					              (uri (bioconductor-uri "BiocStyle" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "092hpmyhra755j32vc8w2l6xqwg09jm8apnk5rvxi1cm5034yvsl"))))
 | 
					                "04npnfmz1p1vpwrdsim309k7518i4p1li04xnmw8c9zgdb6yl61a"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "BiocStyle")))
 | 
					     `((upstream-name . "BiocStyle")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue