1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: r-rnbeads-hg19: Update to 1.40.0.

* gnu/packages/bioconductor.scm (r-rnbeads-hg19): Update to 1.40.0.

Change-Id: I37638d96b655cd1c91769d9e6ba332ae09695c39
This commit is contained in:
Ricardo Wurmus 2025-04-30 10:48:24 +02:00
parent d2ab8c7909
commit 14f8453677
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3319,14 +3319,14 @@ al., 2012) and to the FASTQ files.")
(define-public r-rnbeads-hg19
(package
(name "r-rnbeads-hg19")
(version "1.39.0")
(version "1.40.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "RnBeads.hg19" version
'experiment))
(sha256
(base32 "0hlh5bc566vhzxdjiabj0jz9p6ic9wgjgd19lv0q88dxiq7b43ni"))))
(base32 "1rav1zsj2jydz84lq76yy6x5szwmgy6cfq0vli9pakhz0bcryfff"))))
(properties `((upstream-name . "RnBeads.hg19")))
(build-system r-build-system)
(propagated-inputs (list r-genomicranges))