1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: r-beaddatapackr: Update to 1.60.0.

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

Change-Id: I0a99785056c5dc3e8b541699503db9dc48f4abde
This commit is contained in:
Ricardo Wurmus 2025-04-29 21:04:37 +02:00
parent 77a6e3a15d
commit c2ff144ad7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -25401,13 +25401,13 @@ performs copy number calculations and reports.")
(define-public r-beaddatapackr
(package
(name "r-beaddatapackr")
(version "1.58.0")
(version "1.60.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BeadDataPackR" version))
(sha256
(base32
"0qzgn3kj7137yp8crj4d8ir597c5k0qscg7n7fdzhi7540jjnpsb"))))
"066cjf2ir95xzc97a7ir2lhnpgzzhdgylv6ly0xvybjfbimq99a7"))))
(properties `((upstream-name . "BeadDataPackR")))
(build-system r-build-system)
(native-inputs (list r-knitr))