me
/
guix
Archived
1
0
Fork 0

gnu: r-pcaexplorer: Update to 2.26.1.

* gnu/packages/bioconductor.scm (r-pcaexplorer): Update to 2.26.1.
master
Ricardo Wurmus 2023-05-09 15:23:54 +02:00
parent 37f44c278f
commit 4b7a06b839
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8143,14 +8143,14 @@ insertion module to recover the base cycle order for each oscillator group.")
(define-public r-pcaexplorer
(package
(name "r-pcaexplorer")
(version "2.26.0")
(version "2.26.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "pcaExplorer" version))
(sha256
(base32
"1l7ipvnfv7s4faa7wyji17n7r3a8qb2pis3xm2c1b2mqzn62k8xx"))))
"04r4qsiasbfb0pwqyqmw2w3qdkhgwixwffp1s8hjflwnb63hxzjx"))))
(properties `((upstream-name . "pcaExplorer")))
(build-system r-build-system)
(propagated-inputs