1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-01 21:34:05 +02:00

gnu: r-beaddatapackr: Update to 1.64.0.

* gnu/packages/bioconductor.scm (r-beaddatapackr): Update to 1.64.0.

Change-Id: I1ac4dac55f51c0897317aff4a9389565083ee9a2
This commit is contained in:
Ricardo Wurmus
2026-05-01 22:16:33 +02:00
parent 9bd003a26d
commit e6ed68e7b1
+2 -2
View File
@@ -26024,13 +26024,13 @@ performs copy number calculations and reports.")
(define-public r-beaddatapackr
(package
(name "r-beaddatapackr")
(version "1.62.0")
(version "1.64.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BeadDataPackR" version))
(sha256
(base32
"0dl1clwaccv0s7g5ka27wrb74yw8pm1sy12ax4fkpmdbyka7ca19"))))
"0kk7imad42djdjk7ws2ramzssmbr7xdh75mm3rbfcj2qkczbifhb"))))
(properties `((upstream-name . "BeadDataPackR")))
(build-system r-build-system)
(native-inputs (list r-knitr))