gnu: r-rcpparmadillo: Update to 0.9.600.4.0.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.600.4.0.
This commit is contained in:
		
							parent
							
								
									9b02d1c836
								
							
						
					
					
						commit
						6af62ad50a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2598,13 +2598,13 @@ well as additional utilities such as panel and axis annotation functions.")
 | 
				
			||||||
(define-public r-rcpparmadillo
 | 
					(define-public r-rcpparmadillo
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-rcpparmadillo")
 | 
					    (name "r-rcpparmadillo")
 | 
				
			||||||
    (version "0.9.500.2.0")
 | 
					    (version "0.9.600.4.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (cran-uri "RcppArmadillo" version))
 | 
					              (uri (cran-uri "RcppArmadillo" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1lyvpb7n54ijlqns29qiixqr39334knf67cnixvlic58945glrhv"))))
 | 
					                "07jg2667xyhmp1fbcdi5nnhmkk81da76s9rlswfq4k2sjsmbfmr0"))))
 | 
				
			||||||
    (properties `((upstream-name . "RcppArmadillo")))
 | 
					    (properties `((upstream-name . "RcppArmadillo")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    ;; All needed for vignettes
 | 
					    ;; All needed for vignettes
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue