mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-fmsb: Update to 0.7.4.
* gnu/packages/cran.scm (r-fmsb): Update to 0.7.4.
This commit is contained in:
parent
ebc2225d6e
commit
09371065bb
1 changed files with 2 additions and 2 deletions
|
@ -14804,14 +14804,14 @@ (define-public r-fmri
|
||||||
(define-public r-fmsb
|
(define-public r-fmsb
|
||||||
(package
|
(package
|
||||||
(name "r-fmsb")
|
(name "r-fmsb")
|
||||||
(version "0.7.3")
|
(version "0.7.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "fmsb" version))
|
(uri (cran-uri "fmsb" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gi94xr0b1yk9xzwfprfafxi25yic1lcivd66p73n6iqfzdaimbk"))))
|
"1rmmvx38rmamiw0ajqhlksgxj6fgm8ymq903yxqq2bzxx8fhj5n2"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://minato.sip21c.org/msb/")
|
(home-page "http://minato.sip21c.org/msb/")
|
||||||
(synopsis "Functions for medical statistics book with demographic data")
|
(synopsis "Functions for medical statistics book with demographic data")
|
||||||
|
|
Loading…
Reference in a new issue