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