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-bacon: Update to 1.36.0.

* gnu/packages/bioconductor.scm (r-bacon): Update to 1.36.0.

Change-Id: I239f3f30b684d169afb2806d8ee05657cc2806a6
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:56:30 +02:00
parent fde2e546ad
commit ee84fcbde4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -19540,14 +19540,14 @@ further downstream analysis on its output.")
(define-public r-bacon
(package
(name "r-bacon")
(version "1.34.0")
(version "1.36.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "bacon" version))
(sha256
(base32
"1ihhxnz5b12r6mh9j4k9nzwxaiw9m3mgc740y4j6xz67csi0xih0"))))
"1af7186valdc32rgn2ab0vjsqmdwjvyryv1pqwpfsrr0q6lcrkih"))))
(build-system r-build-system)
(propagated-inputs
(list r-biocparallel r-ellipse r-ggplot2))