gnu: r-targets: Update to 1.6.0.
* gnu/packages/cran.scm (r-targets): Update to 1.6.0. Change-Id: I4e72c19c1aa0c9486f5b495e60e969f043a6936e
This commit is contained in:
parent
0838412b99
commit
93bb0037c6
1 changed files with 2 additions and 2 deletions
|
@ -16707,13 +16707,13 @@ were influenced by the drake R package by Will Landau (2018)
|
||||||
(define-public r-targets
|
(define-public r-targets
|
||||||
(package
|
(package
|
||||||
(name "r-targets")
|
(name "r-targets")
|
||||||
(version "1.5.1")
|
(version "1.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "targets" version))
|
(uri (cran-uri "targets" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g21cp0p5jdghr61w9q3y73jm2k248z4apn7rlxqm6m18i4x7zsb"))))
|
"1ddpbhvdydxm62k6ay7hpqjh8kh2isjpcdh3gygzcdrghx6d7x65"))))
|
||||||
(properties `((upstream-name . "targets")))
|
(properties `((upstream-name . "targets")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-base64url
|
(propagated-inputs (list r-base64url
|
||||||
|
|
Reference in a new issue