gnu: r-lubridate: Update to 1.9.1.
* gnu/packages/statistics.scm (r-lubridate): Update to 1.9.1.
This commit is contained in:
		
							parent
							
								
									9da0a02eac
								
							
						
					
					
						commit
						fd4ed5cb74
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6076,14 +6076,14 @@ is supported.")
 | 
				
			||||||
(define-public r-lubridate
 | 
					(define-public r-lubridate
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-lubridate")
 | 
					    (name "r-lubridate")
 | 
				
			||||||
    (version "1.9.0")
 | 
					    (version "1.9.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "lubridate" version))
 | 
					       (uri (cran-uri "lubridate" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0flh3arja7al9xznj5jvicadvq1kb2s63zyg63wlx2bii8gh8dmr"))))
 | 
					         "1brjq18lbnn2r6qiysmps9276rx691a36qiw66x8hrqv55vwxa8d"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list r-generics r-timechange))
 | 
					     (list r-generics r-timechange))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue