mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: r-dsb: Update to 1.0.4.
* gnu/packages/bioconductor.scm (r-dsb): Update to 1.0.4. Change-Id: Ia2331ab2028bdfaad19467e76c97e791822dd3ce
This commit is contained in:
parent
225897fb3a
commit
793075fa63
1 changed files with 2 additions and 2 deletions
|
@ -6005,13 +6005,13 @@ (define-public r-dropletutils
|
|||
(define-public r-dsb
|
||||
(package
|
||||
(name "r-dsb")
|
||||
(version "1.0.3")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "dsb" version))
|
||||
(sha256
|
||||
(base32 "1xzhd4q04c1vql49r6m4zskpx7f5hkl5hmdgr3gsbxb73xfs51v2"))))
|
||||
(base32 "16y0l3nmg88ihsr03f5n151jirypf7pxy6q0cgx2vpmdnqynlh61"))))
|
||||
(properties `((upstream-name . "dsb")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-limma r-magrittr r-mclust))
|
||||
|
|
Loading…
Reference in a new issue