gnu: r-affxparser: Update to 1.64.1.

* gnu/packages/bioconductor.scm (r-affxparser): Update to 1.64.1.
This commit is contained in:
Ricardo Wurmus 2021-09-29 23:28:02 +02:00
parent 74717852d4
commit e8aab58d0c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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