1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-30 11:44:06 +02:00

gnu: r-msfeatures: Update to 1.20.0.

* gnu/packages/bioconductor.scm (r-msfeatures): Update to 1.20.0.

Change-Id: I90898dd895dcf23aa21efa583535a01001d9eb34
This commit is contained in:
Ricardo Wurmus
2026-05-01 22:16:37 +02:00
parent 7991d0e5a3
commit da596371a4
+2 -2
View File
@@ -26697,13 +26697,13 @@ within the R for Mass Spectrometry packages.")
(define-public r-msfeatures
(package
(name "r-msfeatures")
(version "1.18.0")
(version "1.20.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "MsFeatures" version))
(sha256
(base32 "14cm8mmqgj1pf96fdkwasr8zfpyrpz9p8kfnq5n3srh9qnfsvyk7"))))
(base32 "1ikpnx8cx87w15h0gzydcrydi1zlnkc6i1fid2w4ykqmq6mv4sbi"))))
(properties `((upstream-name . "MsFeatures")))
(build-system r-build-system)
(propagated-inputs