mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-import: Update to 1.3.1.
* gnu/packages/cran.scm (r-import): Update to 1.3.1.
This commit is contained in:
parent
42f5162f60
commit
66e46a0260
1 changed files with 2 additions and 2 deletions
|
@ -10802,14 +10802,14 @@ (define-public r-cqrreg
|
|||
(define-public r-import
|
||||
(package
|
||||
(name "r-import")
|
||||
(version "1.3.0")
|
||||
(version "1.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "import" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19g4jnfg9pkvvsncw62yc15xlb97hfbdqxivpjd9jqi36i6mdjrg"))))
|
||||
"1h7km8751flxf70112r31wp10vhk4v1jr4avyb969ln317pf8yjq"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue