gnu: r-utf8: Update to 1.2.2.
* gnu/packages/cran.scm (r-utf8): Update to 1.2.2. [native-inputs]: Add r-rmarkdown.
This commit is contained in:
		
							parent
							
								
									165ecfb477
								
							
						
					
					
						commit
						76211cbc27
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -5767,17 +5767,18 @@ packages maintained by Yihui Xie.")
 | 
				
			||||||
(define-public r-utf8
 | 
					(define-public r-utf8
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-utf8")
 | 
					    (name "r-utf8")
 | 
				
			||||||
    (version "1.2.1")
 | 
					    (version "1.2.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "utf8" version))
 | 
					       (uri (cran-uri "utf8" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1yw7vjn3gpkqddc91rbfh4kk0zmn2kp0jycrd3066sissh01jhdk"))))
 | 
					         "1x6qg19z4qih9lk3mvnmx0vailm1khp5lylw4hlwz6rssj3yw6m7"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("r-knitr" ,r-knitr)))
 | 
					     `(("r-knitr" ,r-knitr)
 | 
				
			||||||
 | 
					       ("r-rmarkdown" ,r-rmarkdown))) ; for vignettes
 | 
				
			||||||
    (home-page "https://github.com/patperry/r-utf8")
 | 
					    (home-page "https://github.com/patperry/r-utf8")
 | 
				
			||||||
    (synopsis "Unicode text processing")
 | 
					    (synopsis "Unicode text processing")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue