me
/
guix
Archived
1
0
Fork 0

gnu: r-targets: Update to 1.3.2.

* gnu/packages/cran.scm (r-targets): Update to 1.3.2.

Change-Id: I09a9280817310057d9ff0b2f4062536cffbd0463
Ricardo Wurmus 2023-10-25 16:57:38 +02:00
parent d83a16c489
commit 49b3b0f4be
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15564,13 +15564,13 @@ were influenced by the drake R package by Will Landau (2018)
(define-public r-targets
(package
(name "r-targets")
(version "1.3.0")
(version "1.3.2")
(source (origin
(method url-fetch)
(uri (cran-uri "targets" version))
(sha256
(base32
"146ylh76sc5vzfgh2xp5mfpgdxvm3j9b2hzh0wqgih6d9d11n8pk"))))
"0zlbq658zxflz2fk9pksbjx3r5dmay4411byl33gkp3rnynvchgh"))))
(properties `((upstream-name . "targets")))
(build-system r-build-system)
(propagated-inputs (list r-base64url