1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

* gnu/packages/cran.scm (r-exactranktests): Update to 0.8-36.

Change-Id: Ib11ea082f4f505cf69da70faa58ca032089a8bae
This commit is contained in:
Ricardo Wurmus
2026-03-12 14:18:25 +01:00
parent 12ba06135c
commit fc819ea89f

View File

@@ -51554,14 +51554,14 @@ the @code{survival} package.")
(define-public r-exactranktests
(package
(name "r-exactranktests")
(version "0.8-35")
(version "0.8-36")
(source
(origin
(method url-fetch)
(uri (cran-uri "exactRankTests" version))
(sha256
(base32
"1qv9i57chhz8xiv0j8r47rbigyqs72fa7ssz99inyc0s8gzskd3y"))))
"0dm7imc8fxw9xdmwbxc22r2rrp0mibz4a8mgkkjslyvafq5kpgap"))))
(properties
`((upstream-name . "exactRankTests")))
(build-system r-build-system)