gnu: r-tarchetypes: Update to 0.7.8.
* gnu/packages/cran.scm (r-tarchetypes): Update to 0.7.8.
This commit is contained in:
parent
52c69229f8
commit
c4d627396f
1 changed files with 2 additions and 2 deletions
|
@ -15368,13 +15368,13 @@ (define-public r-tab
|
|||
(define-public r-tarchetypes
|
||||
(package
|
||||
(name "r-tarchetypes")
|
||||
(version "0.7.7")
|
||||
(version "0.7.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tarchetypes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vqyabk04kpskx1ny7c4knzg90ri99x17vfnwcb6syjbzpcfg444"))))
|
||||
"1m43f2c2rrwnmsbhzfl97fvgjnfm4xwip09saia0dmp84lml26n1"))))
|
||||
(properties `((upstream-name . "tarchetypes")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-digest
|
||||
|
|
Loading…
Reference in a new issue