gnu: r-targets: Update to 1.4.1.
* gnu/packages/cran.scm (r-targets): Update to 1.4.1. Change-Id: Ifc7b526b2f0b198875111a17568f40f660a1ac9d
This commit is contained in:
parent
ab144d871b
commit
2e7f7b8a2f
1 changed files with 2 additions and 2 deletions
|
@ -16171,13 +16171,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.4.0")
|
(version "1.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "targets" version))
|
(uri (cran-uri "targets" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nbvyh1v88lz1fv09ap9p6qw4zw23f1rvmv2f01w1r17z53z7w3c"))))
|
"0kax8nj66jbcp8sbv7zl68hzf4clz5m50fibrcypnzvpamhafw1q"))))
|
||||||
(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