gnu: r-rncl: Update to 0.8.7.
* gnu/packages/cran.scm (r-rncl): Update to 0.8.7.
This commit is contained in:
		
							parent
							
								
									b24219443d
								
							
						
					
					
						commit
						8b7de31e7a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -16165,13 +16165,13 @@ Touzet and Varre (2007).")
 | 
				
			||||||
(define-public r-rncl
 | 
					(define-public r-rncl
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-rncl")
 | 
					    (name "r-rncl")
 | 
				
			||||||
    (version "0.8.6")
 | 
					    (version "0.8.7")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (cran-uri "rncl" version))
 | 
					              (uri (cran-uri "rncl" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1ywgwqn82z8h6zpcxxq4hgngdpfa6dj0lr7bfq4cwfml9z075jgw"))))
 | 
					                "0flrqz7pansy11ds23qv06bcmh6vxqljq0517v6292ibbx7nx1qx"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list r-progress r-rcpp))
 | 
					     (list r-progress r-rcpp))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue