gnu: r-affycomp: Update to 1.80.0.

* gnu/packages/bioconductor.scm (r-affycomp): Update to 1.80.0.

Change-Id: I544133d53f46e156cd0483c27a88c56f31be4af4
This commit is contained in:
Ricardo Wurmus 2024-05-07 12:32:50 +02:00
parent 65e26fef18
commit fdd6664fb1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6588,14 +6588,14 @@ (define-public r-affy
(define-public r-affycomp
(package
(name "r-affycomp")
(version "1.78.0")
(version "1.80.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "affycomp" version))
(sha256
(base32
"0818mgwny9hznw7lawrvmk11nwy0wxgjnlkf083vv3js4aq31gfp"))))
"02n2v1iwkhmilv1bjfza2yrqj7rsr8v46bghajcb8wdyyaj759ib"))))
(properties `((upstream-name . "affycomp")))
(build-system r-build-system)
(propagated-inputs (list r-biobase))