gnu: r-targets: Update to 1.3.2.
* gnu/packages/cran.scm (r-targets): Update to 1.3.2. Change-Id: I09a9280817310057d9ff0b2f4062536cffbd0463
This commit is contained in:
parent
d83a16c489
commit
49b3b0f4be
1 changed files with 2 additions and 2 deletions
|
@ -15564,13 +15564,13 @@ (define-public r-tarchetypes
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue