mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +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 @@ (define-public r-adimpro
|
|||
(define-public r-admisc
|
||||
(package
|
||||
(name "r-admisc")
|
||||
(version "0.29")
|
||||
(version "0.30")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "admisc" version))
|
||||
(sha256
|
||||
(base32 "02vl2k58ijqd30d7y01x0ap2b2vh1is3xg14g3cpvm5gflyxyinf"))))
|
||||
(base32 "01b2qjxz0qicqjm1swvm04qkiwhr7zjn7lhqv26l6rj4yb43y339"))))
|
||||
(properties `((upstream-name . "admisc")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/dusadrian/admisc")
|
||||
|
|
Loading…
Reference in a new issue