gnu: r-tinytex: Update to 0.16.
* gnu/packages/cran.scm (r-tinytex): Update to 0.16.
This commit is contained in:
		
							parent
							
								
									e85f05037b
								
							
						
					
					
						commit
						290c75fc8f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -4048,14 +4048,14 @@ terminals.")
 | 
			
		|||
(define-public r-tinytex
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-tinytex")
 | 
			
		||||
    (version "0.15")
 | 
			
		||||
    (version "0.16")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (cran-uri "tinytex" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "145dmgq7h55mmqqlnnj153j484x2a9s1fbvjbjkdyqzpnz9qh2ax"))))
 | 
			
		||||
         "1dadq9l0527v038b1k1dyfs0dklsgxnmplls3qhqprfgskif8mga"))))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     `(("r-xfun" ,r-xfun)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue