3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-fhtest: Update to 1.5.

* gnu/packages/bioconductor.scm (r-fhtest): Update to 1.5.
This commit is contained in:
Ricardo Wurmus 2020-10-05 22:12:16 +02:00
parent 65e361f98f
commit d7cfdc1229
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8214,14 +8214,14 @@ plot them, and perform logrank or Wilcoxon type tests.")
(define-public r-fhtest
(package
(name "r-fhtest")
(version "1.4")
(version "1.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "FHtest" version))
(sha256
(base32
"1wsn0j9ydpp9nfswiqg21p09kgkvaq8fh0y0h8syqgizah7i8vs2"))))
"00mql2r4f5hxhdqf27q3x9s5rz2zzakx2myym97b1w1s7c5znl4q"))))
(properties `((upstream-name . "FHtest")))
(build-system r-build-system)
(propagated-inputs