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-pcaexplorer: Update to 3.2.0.

* gnu/packages/bioconductor.scm (r-pcaexplorer): Update to 3.2.0.

Change-Id: I94c9fc78cc21754f57b89d3c79a85f70d34935b1
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:55:51 +02:00
parent 68f24ab232
commit f541765d30
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12010,14 +12010,14 @@ insertion module to recover the base cycle order for each oscillator group.")
(define-public r-pcaexplorer
(package
(name "r-pcaexplorer")
(version "3.0.0")
(version "3.2.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "pcaExplorer" version))
(sha256
(base32
"1i5qzbwdgi59izgppz63mvddiph7qv48h75243capxqfhbcqkq1g"))))
"0scm0f8j85q74fscj77pgpkcysy3vhmz4mhxw5yhvf89gw5z6z92"))))
(properties
'((upstream-name . "pcaExplorer")
(updater-extra-native-inputs . ("r-markdown"))))