gnu: r-labelled: Update to 2.9.0.
* gnu/packages/cran.scm (r-labelled): Update to 2.9.0.
This commit is contained in:
		
							parent
							
								
									bb2cfc8254
								
							
						
					
					
						commit
						d81c981b05
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -10065,14 +10065,14 @@ subsequence} (LCS) using a dynamic programming algorithm.")
 | 
				
			||||||
(define-public r-labelled
 | 
					(define-public r-labelled
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-labelled")
 | 
					    (name "r-labelled")
 | 
				
			||||||
    (version "2.8.0")
 | 
					    (version "2.9.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "labelled" version))
 | 
					       (uri (cran-uri "labelled" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0fs8fhmk9j2nv2j87mpkmm0clz34f8kybnzn6pzqpcbwk0i2pcwg"))))
 | 
					         "0ffnhlr239nqcwb35m4hll21abnnhpmyy5wlxnyahrg0kqb0xb1n"))))
 | 
				
			||||||
    (properties `((upstream-name . "labelled")))
 | 
					    (properties `((upstream-name . "labelled")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue