gnu: r-import: Update to 1.3.0.
* gnu/packages/cran.scm (r-import): Update to 1.3.0.
This commit is contained in:
parent
ea5ade6de0
commit
91c053804d
1 changed files with 2 additions and 2 deletions
|
@ -7679,14 +7679,14 @@ (define-public r-cgdsr
|
|||
(define-public r-import
|
||||
(package
|
||||
(name "r-import")
|
||||
(version "1.2.0")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "import" version))
|
||||
(sha256
|
||||
(base32
|
||||
"018s0x224gqnv4cjfh0fwliyfg6ma9vslmwybrlizfsmqcc5wp37"))))
|
||||
"19g4jnfg9pkvvsncw62yc15xlb97hfbdqxivpjd9jqi36i6mdjrg"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue