gnu: r-ggplotify: Update to 0.0.4.
* gnu/packages/cran.scm (r-ggplotify): Update to 0.0.4.
This commit is contained in:
		
							parent
							
								
									5fe9ce982d
								
							
						
					
					
						commit
						f2758945fe
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -13636,14 +13636,14 @@ package.")
 | 
				
			||||||
(define-public r-ggplotify
 | 
					(define-public r-ggplotify
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-ggplotify")
 | 
					    (name "r-ggplotify")
 | 
				
			||||||
    (version "0.0.3")
 | 
					    (version "0.0.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "ggplotify" version))
 | 
					       (uri (cran-uri "ggplotify" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "14hqlpvnaq5psz1ljcpw9isa06827rg3fm5c1dx159rsjfi56yby"))))
 | 
					         "0nv3wdmxnc5ww9m3xlgnb0jp30j45dg33nqc6gg3y36svg8anjcg"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("r-ggplot2" ,r-ggplot2)
 | 
					     `(("r-ggplot2" ,r-ggplot2)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue