1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: r-dexseq: Update to 1.54.1.

* gnu/packages/bioconductor.scm (r-dexseq): Update to 1.54.1.

Change-Id: I52f24353dbf1ee9160f17cc0c510a8a172b73905
This commit is contained in:
Ricardo Wurmus 2025-05-13 11:56:56 +02:00
parent b3d544ad7e
commit 5b27dbb67e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9124,14 +9124,14 @@ distribution.")
(define-public r-dexseq
(package
(name "r-dexseq")
(version "1.54.0")
(version "1.54.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DEXSeq" version))
(sha256
(base32
"18r880s9xzs22dpicj7cghzi4041n1izbdqfnmp7hfly2a4a0z71"))))
"15jr6g339dljpryixbxfy4srr8qjwdqs2jfj86lhw9lfslwwj80q"))))
(properties `((upstream-name . "DEXSeq")))
(build-system r-build-system)
;; Tests require r-pasilla, which depends on this package.