me
/
guix
Archived
1
0
Fork 0

gnu: r-targets: Update to 1.2.0.

* gnu/packages/cran.scm (r-targets): Update to 1.2.0.
master
Ricardo Wurmus 2023-07-11 15:35:25 +02:00
parent acd42d0d39
commit e29a78dbcf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14915,13 +14915,13 @@ were influenced by the drake R package by Will Landau (2018)
(define-public r-targets
(package
(name "r-targets")
(version "1.1.3")
(version "1.2.0")
(source (origin
(method url-fetch)
(uri (cran-uri "targets" version))
(sha256
(base32
"0m5sdbzyhwmfhv08b0bld4fp8vs1ga6zxy8cjpvm8amlskgxxxdm"))))
"14vm97jjlpy3a0l0lgzgpk96igvzfpxv38xqcwa0lmp0ia7hj2p8"))))
(properties `((upstream-name . "targets")))
(build-system r-build-system)
(propagated-inputs (list r-base64url