me
/
guix
Archived
1
0
Fork 0

gnu: r-targets: Update to 1.7.0.

* gnu/packages/cran.scm (r-targets): Update to 1.7.0.
[propagated-inputs]: Remove r-digest.

Change-Id: I72c95351da2fe453014d25e4403a979dba9b35ec
master
Ricardo Wurmus 2024-04-22 12:34:15 +02:00
parent 8011581794
commit f5c0f54bdb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -16787,13 +16787,13 @@ were influenced by the drake R package by Will Landau (2018)
(define-public r-targets
(package
(name "r-targets")
(version "1.6.0")
(version "1.7.0")
(source (origin
(method url-fetch)
(uri (cran-uri "targets" version))
(sha256
(base32
"1ddpbhvdydxm62k6ay7hpqjh8kh2isjpcdh3gygzcdrghx6d7x65"))))
"1h939mvyxd1wjakcbxjxcmn6a7i23ya1kc89aqwarizsj00hdjil"))))
(properties `((upstream-name . "targets")))
(build-system r-build-system)
(propagated-inputs (list r-base64url
@ -16801,7 +16801,6 @@ were influenced by the drake R package by Will Landau (2018)
r-cli
r-codetools
r-data-table
r-digest
r-igraph
r-knitr
r-ps