gnu: r-asset: Update to 2.20.0.
* gnu/packages/bioconductor.scm (r-asset): Update to 2.20.0. Change-Id: If9a92e17b7a5c7328d6352140bdd8732d4c2a78c
This commit is contained in:
		
							parent
							
								
									42dea0bd0a
								
							
						
					
					
						commit
						46b96b9383
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3893,13 +3893,13 @@ start codons as the forms of evidence.")
 | 
				
			||||||
(define-public r-asset
 | 
					(define-public r-asset
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-asset")
 | 
					    (name "r-asset")
 | 
				
			||||||
    (version "2.18.0")
 | 
					    (version "2.20.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (bioconductor-uri "ASSET" version))
 | 
					              (uri (bioconductor-uri "ASSET" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1vksbfd4wd2xcc0nl3wp53vm0jyqy97p0hqps2aml04745vkg023"))))
 | 
					                "0mm15i59vsnz8zh2d10xnab3a6kq08hwd3pzm3r12g4wcrdsxfxc"))))
 | 
				
			||||||
    (properties `((upstream-name . "ASSET")))
 | 
					    (properties `((upstream-name . "ASSET")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs (list r-mass r-msm r-rmeta))
 | 
					    (propagated-inputs (list r-mass r-msm r-rmeta))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue