1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: r-bsseq: Update to 1.44.1.

* gnu/packages/bioconductor.scm (r-bsseq): Update to 1.44.1.

Change-Id: I860ab39c7e188a381d2519c4399f7747e867c474
This commit is contained in:
Ricardo Wurmus 2025-05-13 11:57:33 +02:00
parent 5d2845186d
commit 6ecfb09fb7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -28069,14 +28069,14 @@ ensemble machine learning for the estimation of nuisance functions.")
(define-public r-bsseq (define-public r-bsseq
(package (package
(name "r-bsseq") (name "r-bsseq")
(version "1.44.0") (version "1.44.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "bsseq" version)) (uri (bioconductor-uri "bsseq" version))
(sha256 (sha256
(base32 (base32
"1sscy6q119g84malz2yq1fgf8q6izrq4ljh13ycyh4zhgmbqk4rl")))) "1bxrsjva4vxs65wiv6rchwinikyk3v2d2rnnzpm9cmslshxs1y9r"))))
(properties (properties
'((upstream-name . "bsseq") '((upstream-name . "bsseq")
(updater-extra-native-inputs . ("r-batchtools")))) (updater-extra-native-inputs . ("r-batchtools"))))