mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: r-admisc: Update to 0.30.
* gnu/packages/cran.scm (r-admisc): Update to 0.30.
This commit is contained in:
parent
941500d6ec
commit
abb5525ffe
1 changed files with 2 additions and 2 deletions
|
@ -14500,13 +14500,13 @@ Tabelow (2007) <DOI:10.18637/jss.v019.i01>.")
|
||||||
(define-public r-admisc
|
(define-public r-admisc
|
||||||
(package
|
(package
|
||||||
(name "r-admisc")
|
(name "r-admisc")
|
||||||
(version "0.29")
|
(version "0.30")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "admisc" version))
|
(uri (cran-uri "admisc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "02vl2k58ijqd30d7y01x0ap2b2vh1is3xg14g3cpvm5gflyxyinf"))))
|
(base32 "01b2qjxz0qicqjm1swvm04qkiwhr7zjn7lhqv26l6rj4yb43y339"))))
|
||||||
(properties `((upstream-name . "admisc")))
|
(properties `((upstream-name . "admisc")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/dusadrian/admisc")
|
(home-page "https://github.com/dusadrian/admisc")
|
||||||
|
|
Loading…
Add table
Reference in a new issue