3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-affxparser: Update to 1.64.0.

* gnu/packages/bioconductor.scm (r-affxparser): Update to 1.64.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:49:40 +02:00
parent dfeb135ef0
commit 308067c09c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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