mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
gnu: r-admisc: Update to 0.26.
* gnu/packages/cran.scm (r-admisc): Update to 0.26.
This commit is contained in:
parent
0a2e4ffccf
commit
94bfa15ffd
1 changed files with 2 additions and 2 deletions
|
@ -13501,13 +13501,13 @@ (define-public r-adgoftest
|
|||
(define-public r-admisc
|
||||
(package
|
||||
(name "r-admisc")
|
||||
(version "0.25")
|
||||
(version "0.26")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "admisc" version))
|
||||
(sha256
|
||||
(base32 "0cf8dy0mi3ynm2ic8jp0qi1samyzashwlzz0l64izqqv2s4hpyzp"))))
|
||||
(base32 "19zkwyp8gvq8f74midmwld4azx44sbqxqx9mgs726i6dhnls6821"))))
|
||||
(properties `((upstream-name . "admisc")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/dusadrian/admisc")
|
||||
|
|
Loading…
Reference in a new issue