mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-aucell: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-aucell): Update to 1.16.0.
This commit is contained in:
parent
7b6e7ac7bf
commit
a69776dcb5
1 changed files with 2 additions and 2 deletions
|
@ -8313,14 +8313,14 @@ (define-public r-allelicimbalance
|
|||
(define-public r-aucell
|
||||
(package
|
||||
(name "r-aucell")
|
||||
(version "1.14.0")
|
||||
(version "1.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AUCell" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qdac3qalcki20r90k40cc8d0lfywzn9pffg9d719yvs7nrsfdjr"))))
|
||||
"1lclf8hkhrm6g5fp8yhvjxnwgf8p0j9ffxsmcybz4rjvmwkiz5dp"))))
|
||||
(properties `((upstream-name . "AUCell")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue