1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-01 15:41:32 +02:00

gnu: r-dose: Update to 4.4.0.

* gnu/packages/bioconductor.scm (r-dose): Update to 4.4.0.

Change-Id: I6e95b9491dead335a24cba8c40ed7751b56e8ad3
This commit is contained in:
Ricardo Wurmus
2025-11-25 13:50:01 +01:00
parent 30d49ffef3
commit 807a8ae9c7
+2 -2
View File
@@ -19364,14 +19364,14 @@ to multiple hypothesis correction.")
(define-public r-dose
(package
(name "r-dose")
(version "4.2.0")
(version "4.4.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DOSE" version))
(sha256
(base32
"1hs3f7mhzc3pf2f8xyp38430l4zqq2vkjx52zwavnk1dqpp8cbdh"))))
"0d6lwlkinjf66snfxg3j85m12vw00nmc507px871bi9p4xq7zjld"))))
(properties `((upstream-name . "DOSE")))
(build-system r-build-system)
;; Tests attempt to download data from the Internet via r-gosemsim.