mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-aucell: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-aucell): Update to 1.24.0. Change-Id: Ic0f65a553dc0ea84db788621367815882b592b27
This commit is contained in:
parent
0eb64979aa
commit
23c25f0423
1 changed files with 2 additions and 2 deletions
|
@ -15780,14 +15780,14 @@ (define-public r-allelicimbalance
|
|||
(define-public r-aucell
|
||||
(package
|
||||
(name "r-aucell")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AUCell" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zqjmg8nxxj30lxppl685ihynbz44vw7qm3kwjq6cp83c5556hz9"))))
|
||||
"1d1icbq8i7mwsc7lv9pn4r0vs7azx1lwng5p3ghnray1ygqclbi0"))))
|
||||
(properties `((upstream-name . "AUCell")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue