mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-exactranktests: Update to 0.8-35.
* gnu/packages/cran.scm (r-exactranktests): Update to 0.8-35.
This commit is contained in:
parent
bdd4773a00
commit
d0fdab7c8c
1 changed files with 2 additions and 2 deletions
|
@ -28025,14 +28025,14 @@ (define-public r-survmisc
|
|||
(define-public r-exactranktests
|
||||
(package
|
||||
(name "r-exactranktests")
|
||||
(version "0.8-34")
|
||||
(version "0.8-35")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "exactRankTests" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1i4mwz61mjlh1ai3dww2pjkicx9ww8c4mljnr8xlawh91479lva9"))))
|
||||
"1qv9i57chhz8xiv0j8r47rbigyqs72fa7ssz99inyc0s8gzskd3y"))))
|
||||
(properties
|
||||
`((upstream-name . "exactRankTests")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue