diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 22:17:28 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:41 +0200 |
commit | 8182017710882bdc7ee6c4ecc86e792609319ddf (patch) | |
tree | 791a41e1cc8d4c9bffb323b807d8d74e3164f4a7 | |
parent | aebf218eb7868c2399bfc2d2221affd4e6875c4f (diff) | |
download | guix-8182017710882bdc7ee6c4ecc86e792609319ddf.tar.gz |
gnu: r-scgate: Update to 1.6.2.
* gnu/packages/bioconductor.scm (r-scgate): Update to 1.6.2. Change-Id: I7c1d1884a07db5b6dcf0475fa524cde98297b62c
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 65cc1937a3..2781057879 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -11042,13 +11042,13 @@ comprehensive scDblFinder method.") (define-public r-scgate (package (name "r-scgate") - (version "1.6.0") + (version "1.6.2") (source (origin (method url-fetch) (uri (cran-uri "scGate" version)) (sha256 - (base32 "0h12d36zjc6fvxbhkxrzbpvw49z9fgyn1jc941q70ajw1yqi2hhh")))) + (base32 "0zlbrvr6lxcihspfqgpvv5kyrzqqpy3451j0kpnqc0n93bbs4cqk")))) (properties `((upstream-name . "scGate"))) (build-system r-build-system) (propagated-inputs |