gnu: r-rstan: Update to 2.32.5.
* gnu/packages/cran.scm (r-rstan): Update to 2.32.5. [properties]: Tell updater to leave tzdata-for-tests. Change-Id: I8a12fdea4a0197fae1610826be9ccb856c25afb7
This commit is contained in:
		
							parent
							
								
									10be2ba0e5
								
							
						
					
					
						commit
						1f452641c5
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -32191,15 +32191,17 @@ techniques to average Bayesian predictive distributions.")
 | 
			
		|||
(define-public r-rstan
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-rstan")
 | 
			
		||||
    (version "2.32.3")
 | 
			
		||||
    (version "2.32.5")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (cran-uri "rstan" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "17alp92kj9mnlkzplk7zd83sv2zi2h7yc44fx5f7nz3dpwd9x7d2"))))
 | 
			
		||||
    (properties `((upstream-name . "rstan")))
 | 
			
		||||
         "0m655pf0lrhqh2mzylximd2vch9wy252k4zwyfqn1sfwmx642dva"))))
 | 
			
		||||
    (properties
 | 
			
		||||
     '((upstream-name . "rstan")
 | 
			
		||||
       (updater-extra-native-inputs . ("tzdata-for-tests"))))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:phases
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue