1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-16 22:25:55 +02:00

gnu: r-bayseq: Update to 2.36.2.

* gnu/packages/bioconductor.scm (r-bayseq): Update to 2.36.2.

Change-Id: Ic709181286a25fb2540d73991196cd54302f6fa2
This commit is contained in:
Ricardo Wurmus
2024-04-19 12:28:33 +02:00
parent 1ee8d23e8f
commit 8e5186ca9f
+2 -2
View File
@@ -13203,14 +13203,14 @@ respectively.")
(define-public r-bayseq
(package
(name "r-bayseq")
(version "2.36.0")
(version "2.36.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "baySeq" version))
(sha256
(base32
"1b5vvzl0kkm6kb03vr6m6sdlr3azpc24933a7ayxkiffmf2wbi0g"))))
"0c24glflznbihx81kgvlx5i3wb95c7jg4wllwawry4kb6rkjbwp0"))))
(properties `((upstream-name . "baySeq")))
(build-system r-build-system)
(propagated-inputs