gnu: r-systemfonts: Update to 0.2.0.
* gnu/packages/cran.scm (r-systemfonts): Update to 0.2.0. [inputs]: Remove freetype. [native-inputs]: Add r-knitr.
This commit is contained in:
		
							parent
							
								
									8165bf6d90
								
							
						
					
					
						commit
						5ffe706b84
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -16026,22 +16026,22 @@ both R code and compiled C/C++/FORTRAN code.")
 | 
				
			||||||
(define-public r-systemfonts
 | 
					(define-public r-systemfonts
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-systemfonts")
 | 
					    (name "r-systemfonts")
 | 
				
			||||||
    (version "0.1.1")
 | 
					    (version "0.2.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "systemfonts" version))
 | 
					       (uri (cran-uri "systemfonts" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0m0ljid683xcam2f14x7k2zv1yx4npac38a3gfv11vhxfbnpgp0z"))))
 | 
					         "1aba07djvxqdmnsdbwvzcsbm2fddnhrssa54xyrlviiwsv2c1qsd"))))
 | 
				
			||||||
    (properties `((upstream-name . "systemfonts")))
 | 
					    (properties `((upstream-name . "systemfonts")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("fontconfig" ,fontconfig)
 | 
					     `(("fontconfig" ,fontconfig)
 | 
				
			||||||
       ("freetype" ,freetype)
 | 
					 | 
				
			||||||
       ("zlib" ,zlib)))
 | 
					       ("zlib" ,zlib)))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)))
 | 
					     `(("pkg-config" ,pkg-config)
 | 
				
			||||||
 | 
					       ("r-knitr" ,r-knitr)))
 | 
				
			||||||
    (home-page "https://github.com/r-lib/systemfonts")
 | 
					    (home-page "https://github.com/r-lib/systemfonts")
 | 
				
			||||||
    (synopsis "System native font finding")
 | 
					    (synopsis "System native font finding")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue