mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: r-admisc: Update to 0.33.
* gnu/packages/cran.scm (r-admisc): Update to 0.33.
This commit is contained in:
parent
04e54c155d
commit
e6802a6816
1 changed files with 2 additions and 2 deletions
|
@ -17184,13 +17184,13 @@ Tabelow (2007) <DOI:10.18637/jss.v019.i01>.")
|
|||
(define-public r-admisc
|
||||
(package
|
||||
(name "r-admisc")
|
||||
(version "0.32")
|
||||
(version "0.33")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "admisc" version))
|
||||
(sha256
|
||||
(base32 "1dv5n3hg74wp8nazbxl9mbdkdwpk7z0mibcxfpvdyjgmvfix33nk"))))
|
||||
(base32 "1anvh581jh1mw3yhpbm2dyihs9npi9gd0isgkphw5gr64fivw49r"))))
|
||||
(properties `((upstream-name . "admisc")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/dusadrian/admisc")
|
||||
|
|
Loading…
Add table
Reference in a new issue