1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: r-adacgh2: Update to 2.48.0.

* gnu/packages/bioconductor.scm (r-adacgh2): Update to 2.48.0.
[propagated-inputs]: Remove r-glad.

Change-Id: Id54bd6c3c41102459d86be76b935af818c9adb46
This commit is contained in:
Ricardo Wurmus 2025-04-29 17:04:10 +02:00
parent 582a050c91
commit 6a2abc4a22
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3554,13 +3554,13 @@ ranking by fold-change and visualization.")
(define-public r-adacgh2
(package
(name "r-adacgh2")
(version "2.46.0")
(version "2.48.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ADaCGH2" version))
(sha256
(base32 "1pzzbqh5wflhn9zqpdggx80y6zhdzg6i4xwgzjrh89bq90ibck04"))))
(base32 "1wxqwd8grmn900qib8xxfvmfb2g2r8ic6rmc6nbqlpzgfq0aa325"))))
(properties
`((upstream-name . "ADaCGH2")
(updater-extra-inputs . ("python-wrapper"))))
@ -3580,7 +3580,6 @@ ranking by fold-change and visualization.")
r-cluster
r-dnacopy
r-ff
r-glad
r-tilingarray
r-waveslim))
(home-page "https://github.com/rdiaz02/adacgh2")