mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-admisc: Update to 0.35.
* gnu/packages/cran.scm (r-admisc): Update to 0.35. Change-Id: I1cc5bc8124782c06e2b2fe1a41c397548bf3dba5
This commit is contained in:
parent
5ae2cc7f50
commit
dd29651d4e
1 changed files with 2 additions and 2 deletions
|
@ -18981,13 +18981,13 @@ (define-public r-adimpro
|
||||||
(define-public r-admisc
|
(define-public r-admisc
|
||||||
(package
|
(package
|
||||||
(name "r-admisc")
|
(name "r-admisc")
|
||||||
(version "0.34")
|
(version "0.35")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "admisc" version))
|
(uri (cran-uri "admisc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1psvi8hb7j65abw8g4ya9r43r5kd9mcv478pg2d09za0cig8gkzx"))))
|
(base32 "0gzdb9dm34qfkjqgfrd3wm96dzhcps4xayyrhp80mzgh14zmnjyg"))))
|
||||||
(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…
Reference in a new issue