mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-tarchetypes: Update to 0.8.0.
* gnu/packages/cran.scm (r-tarchetypes): Update to 0.8.0. Change-Id: I934c092307515bb316c0265bc9145ec9b6a15e4d
This commit is contained in:
parent
6aae048cd6
commit
0838412b99
1 changed files with 2 additions and 2 deletions
|
@ -16673,13 +16673,13 @@ (define-public r-tab
|
|||
(define-public r-tarchetypes
|
||||
(package
|
||||
(name "r-tarchetypes")
|
||||
(version "0.7.12")
|
||||
(version "0.8.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tarchetypes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0l5kk7a3p0pbqh9rrjz43aa4dgcfffcb3wwsl60bm9v48lzv7frv"))))
|
||||
"18vn2mx5nqlib0by5v7493g8gsbzcdbg0dn92cpbf713r69v1lbk"))))
|
||||
(properties `((upstream-name . "tarchetypes")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-digest
|
||||
|
|
Loading…
Reference in a new issue