mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-drimseq: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-drimseq): Update to 1.26.0.
This commit is contained in:
parent
c7bf9a1a58
commit
de72bdab94
1 changed files with 2 additions and 2 deletions
|
@ -3683,13 +3683,13 @@ (define-public r-derfinderhelper
|
|||
(define-public r-drimseq
|
||||
(package
|
||||
(name "r-drimseq")
|
||||
(version "1.24.0")
|
||||
(version "1.26.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DRIMSeq" version))
|
||||
(sha256
|
||||
(base32 "1dph483ij43ayw0z5dbnp6gwp53ka7k5si1hp3miac7z8dqzv94l"))))
|
||||
(base32 "0cj3fyb99fh30f35ra1gpvzwplszbwvwk33ppgyh1zx2axsx164w"))))
|
||||
(properties `((upstream-name . "DRIMSeq")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue