Archived
1
0
Fork 0

gnu: r-exactranktests: Update to 0.8-34.

* gnu/packages/cran.scm (r-exactranktests): Update to 0.8-34.
This commit is contained in:
Ricardo Wurmus 2021-11-01 20:44:48 +00:00
parent 4ccb7b345e
commit 453ceb8563
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -27318,14 +27318,14 @@ the @code{survival} package.")
(define-public r-exactranktests (define-public r-exactranktests
(package (package
(name "r-exactranktests") (name "r-exactranktests")
(version "0.8-32") (version "0.8-34")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "exactRankTests" version)) (uri (cran-uri "exactRankTests" version))
(sha256 (sha256
(base32 (base32
"0p7h7w470p5qpsbrhw12zlsshyai56za5dsdva8cf9sikn0955qr")))) "1i4mwz61mjlh1ai3dww2pjkicx9ww8c4mljnr8xlawh91479lva9"))))
(properties (properties
`((upstream-name . "exactRankTests"))) `((upstream-name . "exactRankTests")))
(build-system r-build-system) (build-system r-build-system)