me
/
guix
Archived
1
0
Fork 0

gnu: r-scgate: Update to 1.6.2.

* gnu/packages/bioconductor.scm (r-scgate): Update to 1.6.2.

Change-Id: I7c1d1884a07db5b6dcf0475fa524cde98297b62c
master
Ricardo Wurmus 2024-05-07 22:17:28 +02:00
parent aebf218eb7
commit 8182017710
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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