mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-deconvr: Update to 1.4.2.
* gnu/packages/bioconductor.scm (r-deconvr): Update to 1.4.2.
This commit is contained in:
parent
04340b27ba
commit
d3696e71a9
1 changed files with 2 additions and 2 deletions
|
@ -3507,13 +3507,13 @@ (define-public r-decontam
|
|||
(define-public r-deconvr
|
||||
(package
|
||||
(name "r-deconvr")
|
||||
(version "1.4.0")
|
||||
(version "1.4.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "deconvR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14cxrcv5q6w20bq2pbxj75c0lzz96dxwqh1hqh2cl8nvvfi70jsv"))))
|
||||
"1wa8l9zxdwx32122slnzqyk32klyznxnbziwn98jbp5fxmjka92l"))))
|
||||
(properties `((upstream-name . "deconvR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue