gnu: r-affycomp: Update to 1.76.0.

* gnu/packages/bioconductor.scm (r-affycomp): Update to 1.76.0.
This commit is contained in:
Ricardo Wurmus 2023-04-28 17:59:50 +02:00
parent 6a19dd1e21
commit b121b78bda
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5347,14 +5347,14 @@ (define-public r-affy
(define-public r-affycomp (define-public r-affycomp
(package (package
(name "r-affycomp") (name "r-affycomp")
(version "1.74.0") (version "1.76.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "affycomp" version)) (uri (bioconductor-uri "affycomp" version))
(sha256 (sha256
(base32 (base32
"18bxnjcl7cbgwm3yf58608ghwnpci94xgil11zmbpgzgrpv9pkrs")))) "1bsav6d3dhn2fs7gjd1jvrb448ckxw5l6ikrdv63cdnnjk0dxl62"))))
(properties `((upstream-name . "affycomp"))) (properties `((upstream-name . "affycomp")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-biobase)) (propagated-inputs (list r-biobase))