gnu: r-rmarkdown: Update to 2.20.
* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.20.
This commit is contained in:
		
							parent
							
								
									f2200fe732
								
							
						
					
					
						commit
						0d70f09596
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2852,13 +2852,13 @@ certain criterion, e.g., it contains a certain regular file.")
 | 
				
			||||||
(define-public r-rmarkdown
 | 
					(define-public r-rmarkdown
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-rmarkdown")
 | 
					    (name "r-rmarkdown")
 | 
				
			||||||
    (version "2.19")
 | 
					    (version "2.20")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
        (uri (cran-uri "rmarkdown" version))
 | 
					        (uri (cran-uri "rmarkdown" version))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
          (base32 "14lvvdq3n95qbl7nrqlym1lp05i17m6f9mx3ly35iip83p2s9hir"))))
 | 
					          (base32 "178mc3dqm11y58k8jdhm1yi11bbl1h7bls9d8f94ngmlzjdhbxyp"))))
 | 
				
			||||||
    (properties `((upstream-name . "rmarkdown")))
 | 
					    (properties `((upstream-name . "rmarkdown")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue