mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-admisc: Update to 0.34.
* gnu/packages/cran.scm (r-admisc): Update to 0.34. Change-Id: Ib457dbb7dd2c4f0ce8ef6bd13444164d2a10813d
This commit is contained in:
parent
8a81f7c737
commit
93e4dca8fd
1 changed files with 2 additions and 2 deletions
|
@ -18381,13 +18381,13 @@ (define-public r-adimpro
|
|||
(define-public r-admisc
|
||||
(package
|
||||
(name "r-admisc")
|
||||
(version "0.33")
|
||||
(version "0.34")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "admisc" version))
|
||||
(sha256
|
||||
(base32 "1anvh581jh1mw3yhpbm2dyihs9npi9gd0isgkphw5gr64fivw49r"))))
|
||||
(base32 "1psvi8hb7j65abw8g4ya9r43r5kd9mcv478pg2d09za0cig8gkzx"))))
|
||||
(properties `((upstream-name . "admisc")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/dusadrian/admisc")
|
||||
|
|
Loading…
Reference in a new issue