gnu: r-affxparser: Update to 1.80.0.

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

Change-Id: I89c59d3780b20c4584f8141bdbf88722eb960bca
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:55:34 +02:00
parent 991a844a18
commit 0e774ade25
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8142,14 +8142,14 @@ CDF file formats.")
(define-public r-affxparser
(package
(name "r-affxparser")
(version "1.78.0")
(version "1.80.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "affxparser" version))
(sha256
(base32
"1b68jnl1w9lk3z20774dlhj98fb4hfjkq3y8pv4gbz4kkgy44a6f"))))
"1j3l2i2z23rsayr0g2wzyp31vpb7h027jmjz8cbx8hnnapwyd36f"))))
(properties `((upstream-name . "affxparser")))
(build-system r-build-system)
(home-page "https://github.com/HenrikBengtsson/affxparser")