gnu: r-targets: Update to 1.0.0.
* gnu/packages/cran.scm (r-targets): Update to 1.0.0.
This commit is contained in:
parent
92182dd404
commit
b7047d045d
1 changed files with 2 additions and 2 deletions
|
|
@ -14595,13 +14595,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 "0.14.3")
|
(version "1.0.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
|
||||||
"0mhwvlbxnb4w054pjiw2smss28i90sg52w8v040y7sqy6gq2c8n6"))))
|
"1bdhphck6vqcn3qnizfc8iq21bg68w2i5pv6kn53jm6x36cxrgi9"))))
|
||||||
(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