mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -05:00
gnu: r-targets: Update to 1.7.1.
* gnu/packages/cran.scm (r-targets): Update to 1.7.1. Change-Id: I303d7ebb2e304aa81b774d2741bdc99af45e71f9
This commit is contained in:
parent
71d80a8b6a
commit
9ed9d24a7a
1 changed files with 2 additions and 2 deletions
|
@ -17490,13 +17490,13 @@ (define-public r-tarchetypes
|
|||
(define-public r-targets
|
||||
(package
|
||||
(name "r-targets")
|
||||
(version "1.7.0")
|
||||
(version "1.7.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "targets" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h939mvyxd1wjakcbxjxcmn6a7i23ya1kc89aqwarizsj00hdjil"))))
|
||||
"1r4pg990nhmyg4i15qgqafvqas4vh5rvcki3iaff2hyrfdcmy6vy"))))
|
||||
(properties `((upstream-name . "targets")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-base64url
|
||||
|
|
Loading…
Reference in a new issue