mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-mumin: Update to 1.48.4.
* gnu/packages/statistics.scm (r-mumin): Update to 1.48.4. Change-Id: Ie09d88a6200eb86c208c5dc5c9aee9ee52699756
This commit is contained in:
parent
9a20f46def
commit
90340ecc07
1 changed files with 2 additions and 2 deletions
|
@ -7802,13 +7802,13 @@ (define-public r-reghelper
|
|||
(define-public r-mumin
|
||||
(package
|
||||
(name "r-mumin")
|
||||
(version "1.47.5")
|
||||
(version "1.48.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "MuMIn" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xqasb79lmdhff25zalzrpjwv6qs9qnxr54ypnqjjgshi96mbwvg"))))
|
||||
"04zn63snv218c44nllfh8bqh5xg0gamd9fcpwxisvi9gwb3f20i0"))))
|
||||
(properties `((upstream-name . "MuMIn")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-insight r-matrix r-nlme))
|
||||
|
|
Loading…
Reference in a new issue