gnu: r-tinytex: Update to 0.22.
* gnu/packages/cran.scm (r-tinytex): Update to 0.22.
This commit is contained in:
		
							parent
							
								
									e965442b38
								
							
						
					
					
						commit
						f1f77bb64e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4314,14 +4314,14 @@ terminals.")
 | 
				
			||||||
(define-public r-tinytex
 | 
					(define-public r-tinytex
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-tinytex")
 | 
					    (name "r-tinytex")
 | 
				
			||||||
    (version "0.21")
 | 
					    (version "0.22")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "tinytex" version))
 | 
					       (uri (cran-uri "tinytex" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "088zzc2v0izbcs45p19v547pi78vkr08ibpvvi1g9bkbya4x3mq9"))))
 | 
					         "0s9f62v3ps5f8903ar6kxlf1z3b4v78vlw1nb05bq55dgj8brg3b"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("r-xfun" ,r-xfun)))
 | 
					     `(("r-xfun" ,r-xfun)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue