me
/
guix
Archived
1
0
Fork 0

gnu: r-deseq2: Update to 1.38.3.

* gnu/packages/bioconductor.scm (r-deseq2): Update to 1.38.3.
Simon Tournier 2023-02-20 19:53:51 +01:00 committed by Ricardo Wurmus
parent d2598f57fb
commit 3ffaed5044
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5655,14 +5655,14 @@ distribution.")
(define-public r-deseq2
(package
(name "r-deseq2")
(version "1.38.2")
(version "1.38.3")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DESeq2" version))
(sha256
(base32
"1m81yvcl63h5m7kbbxpjk7hzygxmn4l9mlgqrdmnnls56183h3b4"))))
"0kryg9jb6zl4zj1wx09rmljqlhr5vdbcmdnri4q91jpggsaj9nxm"))))
(properties `((upstream-name . "DESeq2")))
(build-system r-build-system)
(propagated-inputs