mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
gnu: r-tarchetypes: Update to 0.7.7.
* gnu/packages/cran.scm (r-tarchetypes): Update to 0.7.7.
This commit is contained in:
parent
63319c1939
commit
acd42d0d39
1 changed files with 2 additions and 2 deletions
|
@ -14878,13 +14878,13 @@ handle data from simple random samples as well as complex surveys.")
|
||||||
(define-public r-tarchetypes
|
(define-public r-tarchetypes
|
||||||
(package
|
(package
|
||||||
(name "r-tarchetypes")
|
(name "r-tarchetypes")
|
||||||
(version "0.7.6")
|
(version "0.7.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tarchetypes" version))
|
(uri (cran-uri "tarchetypes" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06hqwzh5mca7606rq5bwhqk9cbhqsw6vl1pax1y1890fnkzcm1my"))))
|
"1vqyabk04kpskx1ny7c4knzg90ri99x17vfnwcb6syjbzpcfg444"))))
|
||||||
(properties `((upstream-name . "tarchetypes")))
|
(properties `((upstream-name . "tarchetypes")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-digest
|
(propagated-inputs (list r-digest
|
||||||
|
|
Loading…
Add table
Reference in a new issue