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
@ -10802,14 +10802,14 @@ and @dfn{alternating direction method of multipliers algorithms} (ADMM).")
|
|||||||
(define-public r-import
|
(define-public r-import
|
||||||
(package
|
(package
|
||||||
(name "r-import")
|
(name "r-import")
|
||||||
(version "1.3.0")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "import" version))
|
(uri (cran-uri "import" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19g4jnfg9pkvvsncw62yc15xlb97hfbdqxivpjd9jqi36i6mdjrg"))))
|
"1h7km8751flxf70112r31wp10vhk4v1jr4avyb969ln317pf8yjq"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
Loading…
Reference in New Issue
Block a user