1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: r-scgate: Update to 1.7.0.

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

Change-Id: I647cbfc4c289ba8a010e52732b6340856fe1d5b3
This commit is contained in:
Ricardo Wurmus 2025-05-09 11:10:10 +02:00
parent fc5e3b794a
commit 94fa3ed421
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13180,13 +13180,13 @@ comprehensive scDblFinder method.")
(define-public r-scgate
(package
(name "r-scgate")
(version "1.6.2")
(version "1.7.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "scGate" version))
(sha256
(base32 "0zlbrvr6lxcihspfqgpvv5kyrzqqpy3451j0kpnqc0n93bbs4cqk"))))
(base32 "0wsp7q7m0v0ijzgcim0ixa770055n4j5hj0aypx62kchni5p8cjn"))))
(properties `((upstream-name . "scGate")))
(build-system r-build-system)
(propagated-inputs