mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +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:
parent
b3d544ad7e
commit
5b27dbb67e
1 changed files with 2 additions and 2 deletions
|
@ -9124,14 +9124,14 @@ distribution.")
|
||||||
(define-public r-dexseq
|
(define-public r-dexseq
|
||||||
(package
|
(package
|
||||||
(name "r-dexseq")
|
(name "r-dexseq")
|
||||||
(version "1.54.0")
|
(version "1.54.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DEXSeq" version))
|
(uri (bioconductor-uri "DEXSeq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18r880s9xzs22dpicj7cghzi4041n1izbdqfnmp7hfly2a4a0z71"))))
|
"15jr6g339dljpryixbxfy4srr8qjwdqs2jfj86lhw9lfslwwj80q"))))
|
||||||
(properties `((upstream-name . "DEXSeq")))
|
(properties `((upstream-name . "DEXSeq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; Tests require r-pasilla, which depends on this package.
|
;; Tests require r-pasilla, which depends on this package.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue