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

gnu: r-simpleaffy: Update to 2.64.0.

* gnu/packages/bioconductor.scm (r-simpleaffy): Update to 2.64.0.
This commit is contained in:
Ricardo Wurmus 2020-06-13 00:56:24 +02:00
parent f0439a1767
commit 9ce80f9356
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4842,14 +4842,14 @@ gene-specific bidning is expected.")
(define-public r-simpleaffy
(package
(name "r-simpleaffy")
(version "2.62.0")
(version "2.64.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "simpleaffy" version))
(sha256
(base32
"18bz3pfgp0f7906flrljx97ann8s71pnb8gpw7nah46n8vqc0xcs"))))
"040043spblr8v67lkn3nnxhgfmfh2iwaizph4fnms1ik6qz662x7"))))
(build-system r-build-system)
(propagated-inputs
`(("r-affy" ,r-affy)