me
/
guix
Archived
1
0
Fork 0

gnu: r-affxparser: Update to 1.72.0.

* gnu/packages/bioconductor.scm (r-affxparser): Update to 1.72.0.
master
Ricardo Wurmus 2023-04-28 17:59:50 +02:00
parent 1b4dd53a4f
commit 4f2c3411ec
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5502,14 +5502,14 @@ CDF file formats.")
(define-public r-affxparser
(package
(name "r-affxparser")
(version "1.70.0")
(version "1.72.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "affxparser" version))
(sha256
(base32
"0p42rpyh96aph9jr8kiyjvv860jn7m7ji2nrib2vr2nl0jyaxqjs"))))
"0n86my3bzy3g7xn60kizs5ym5m016zrkg7dv96kx246mrnv0ax8y"))))
(properties `((upstream-name . "affxparser")))
(build-system r-build-system)
(home-page "https://github.com/HenrikBengtsson/affxparser")