mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: r-targets: Update to 1.4.0.
* gnu/packages/cran.scm (r-targets): Update to 1.4.0. Change-Id: Id2912083268d8021e99ce58b452b87505cd14f5e
This commit is contained in:
parent
b73b056abb
commit
a39df977c1
1 changed files with 2 additions and 2 deletions
|
@ -16110,13 +16110,13 @@ (define-public r-tarchetypes
|
|||
(define-public r-targets
|
||||
(package
|
||||
(name "r-targets")
|
||||
(version "1.3.2")
|
||||
(version "1.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "targets" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zlbq658zxflz2fk9pksbjx3r5dmay4411byl33gkp3rnynvchgh"))))
|
||||
"0nbvyh1v88lz1fv09ap9p6qw4zw23f1rvmv2f01w1r17z53z7w3c"))))
|
||||
(properties `((upstream-name . "targets")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-base64url
|
||||
|
|
Loading…
Reference in a new issue