gnu: r-rsqlite: Update to 2.1.5.
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.1.5.
This commit is contained in:
		
							parent
							
								
									8abfddb6b4
								
							
						
					
					
						commit
						8dfaa62a9e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2777,13 +2777,13 @@ a column in data frame.")
 | 
				
			||||||
(define-public r-rsqlite
 | 
					(define-public r-rsqlite
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-rsqlite")
 | 
					    (name "r-rsqlite")
 | 
				
			||||||
    (version "2.1.4")
 | 
					    (version "2.1.5")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (cran-uri "RSQLite" version))
 | 
					              (uri (cran-uri "RSQLite" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1vhaq6zfqilya669l100adcw51xz0p370zabnk2dnk1xhdih1f34"))))
 | 
					                "0b1cjnk9g1lrxy0wajfq744qps7fila0xdh5j9chy1vrrwfiwzl0"))))
 | 
				
			||||||
    (properties `((upstream-name . "RSQLite")))
 | 
					    (properties `((upstream-name . "RSQLite")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue