gnu: r-collapse: Update to 2.0.6.
* gnu/packages/cran.scm (r-collapse): Update to 2.0.6. Change-Id: Id3522ad2adc4d50d1ce4eeb3406c1bdb7177bbfd
This commit is contained in:
		
							parent
							
								
									34a5f9adb9
								
							
						
					
					
						commit
						d64662b6f9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -391,13 +391,13 @@ labels on the node can also be achieved.")
 | 
				
			||||||
(define-public r-collapse
 | 
					(define-public r-collapse
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-collapse")
 | 
					    (name "r-collapse")
 | 
				
			||||||
    (version "2.0.3")
 | 
					    (version "2.0.6")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "collapse" version))
 | 
					       (uri (cran-uri "collapse" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "16y4qxqr4k04690xn8s6c9fr3igpk34pgxygxkc41gc1na0ym37v"))))
 | 
					        (base32 "0azyl6667dzwns9knp3fplv6f9nav36wsrv42qzv90p5kzcaa872"))))
 | 
				
			||||||
    (properties `((upstream-name . "collapse")))
 | 
					    (properties `((upstream-name . "collapse")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs (list r-rcpp))
 | 
					    (propagated-inputs (list r-rcpp))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue