mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 17:23:38 -05:00
gnu: r-dropletutils: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-dropletutils): Update to 1.22.0. Change-Id: I38e686e3bc31e08b63f708a9032f553ae041796d
This commit is contained in:
parent
965fecac9b
commit
736217fae0
1 changed files with 2 additions and 2 deletions
|
@ -5406,13 +5406,13 @@ (define-public r-drimseq
|
|||
(define-public r-dropletutils
|
||||
(package
|
||||
(name "r-dropletutils")
|
||||
(version "1.20.0")
|
||||
(version "1.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DropletUtils" version))
|
||||
(sha256
|
||||
(base32 "09xwfb4ihpsp465vb1zbcwm6ww6qi3spn9d8p4i1gczyc0p9pf1y"))))
|
||||
(base32 "0bnxk72a0ygh4nqwyjzzi79zc4md8pwk0pr6jn43in0wdk054wf6"))))
|
||||
(properties `((upstream-name . "DropletUtils")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue