mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-cdm: Update to 7.6-11.
* gnu/packages/cran.scm (r-cdm): Update to 7.6-11.
This commit is contained in:
parent
ca7d935528
commit
a62c9d21c7
1 changed files with 2 additions and 2 deletions
|
@ -25015,14 +25015,14 @@ (define-public r-semplot
|
|||
(define-public r-cdm
|
||||
(package
|
||||
(name "r-cdm")
|
||||
(version "7.5-15")
|
||||
(version "7.6-11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "CDM" version))
|
||||
(sha256
|
||||
(base32
|
||||
"159ny2dz0rf1r3k1mqlfwambffc8rx425sggf5bn51nybpzanq3l"))))
|
||||
"0k3arkzz7nzswjcsr7fdmpfs94ilg8l265dyn49555fw3673cgqj"))))
|
||||
(properties `((upstream-name . "CDM")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue