gnu: r-sjplot: Update to 2.7.2.
* gnu/packages/cran.scm (r-sjplot): Update to 2.7.2.
This commit is contained in:
		
							parent
							
								
									ccbc1c5eb2
								
							
						
					
					
						commit
						97b44f5ea3
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
 | 
			
		||||
;;; Copyright © 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
 | 
			
		||||
;;; Copyright © 2017, 2018 Roel Janssen <roel@gnu.org>
 | 
			
		||||
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
			
		||||
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
			
		||||
;;; Copyright © 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
 | 
			
		||||
;;; Copyright © 2018 Vijayalakshmi Vedantham <vijimay12@gmail.com>
 | 
			
		||||
;;; Copyright © 2018 Sahithi Yarlagadda <sahi@swecha.net>
 | 
			
		||||
| 
						 | 
				
			
			@ -8301,14 +8301,13 @@ results using @code{ggplot2}.")
 | 
			
		|||
(define-public r-sjplot
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-sjplot")
 | 
			
		||||
    (version "2.7.1")
 | 
			
		||||
    (version "2.7.2")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (cran-uri "sjPlot" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "14shypabpahf68hd66rb1dpqhiyl3i0yx1yc85wamdvljh9fdymb"))))
 | 
			
		||||
        (base32 "1kx1qqgp4fhwwwpqn9mv8m1pnpjxfs7ww36ns7j1ja4a7ydwn2hp"))))
 | 
			
		||||
    (properties `((upstream-name . "sjPlot")))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue