mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: r-pmcmr: Update to 4.4.
* gnu/packages/cran.scm (r-pmcmr): Update to 4.4.
This commit is contained in:
parent
0daba2ee2f
commit
65e36bcc9a
1 changed files with 2 additions and 2 deletions
|
@ -18408,14 +18408,14 @@ (define-public r-mapplots
|
|||
(define-public r-pmcmr
|
||||
(package
|
||||
(name "r-pmcmr")
|
||||
(version "4.3")
|
||||
(version "4.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "PMCMR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09bvdj2h1086r2cgy3myrhlylplxxlliv8nwx09c8kb1vn02i2ij"))))
|
||||
"05n13pp5yff6pzk4ry07crddfaj3jlglrd1vkcnacyd8jpaxkd77"))))
|
||||
(properties `((upstream-name . "PMCMR")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/PMCMR/")
|
||||
|
|
Loading…
Reference in a new issue