gnu: r-rcpp: Update to 1.0.4.6.
* gnu/packages/cran.scm (r-rcpp): Update to 1.0.4.6.
This commit is contained in:
		
							parent
							
								
									2e47488c72
								
							
						
					
					
						commit
						f14664aa5f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1727,13 +1727,13 @@ you to rapidly iterate while developing a package.")
 | 
				
			||||||
(define-public r-rcpp
 | 
					(define-public r-rcpp
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-rcpp")
 | 
					    (name "r-rcpp")
 | 
				
			||||||
    (version "1.0.4")
 | 
					    (version "1.0.4.6")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "Rcpp" version))
 | 
					       (uri (cran-uri "Rcpp" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1m80pdhzi2p82db5xkbwc2m3fzv6df59955yj03nlq40fj7zx4nr"))))
 | 
					        (base32 "00mk23zmrqn1c4mk9d6csjcbnl12wd7yicjk2ikmw5dyvdfngbs5"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (home-page "http://www.rcpp.org")
 | 
					    (home-page "http://www.rcpp.org")
 | 
				
			||||||
    (synopsis "Seamless R and C++ integration")
 | 
					    (synopsis "Seamless R and C++ integration")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue