mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: r-scdd: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-scdd): Update to 1.24.0.
This commit is contained in:
parent
2e1495c9f5
commit
74aa56e71f
1 changed files with 2 additions and 2 deletions
|
@ -11882,14 +11882,14 @@ (define-public r-noiseq
|
|||
(define-public r-scdd
|
||||
(package
|
||||
(name "r-scdd")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "scDD" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kmnmlzww2xfd04lp9nsh0wkigab9ipgqlsn2jrd77fizpd0kvwg"))))
|
||||
"1ndb1zcbdy00xkfx18slrm5bnld9ci5scysc37clhsq2lq5xb25z"))))
|
||||
(properties `((upstream-name . "scDD")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue