mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-affxparser: Update to 1.62.0.
* gnu/packages/bioconductor.scm (r-affxparser): Update to 1.62.0.
This commit is contained in:
parent
a92219b45f
commit
8e6a2c328f
1 changed files with 2 additions and 2 deletions
|
@ -1326,14 +1326,14 @@ (define-public r-affycoretools
|
|||
(define-public r-affxparser
|
||||
(package
|
||||
(name "r-affxparser")
|
||||
(version "1.60.0")
|
||||
(version "1.62.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "affxparser" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0d4hq1w0a3dm4bg9qsv7wqrbv2y7b9gllxfmnqs9n2nnwmvgi8yq"))))
|
||||
"13h4iwskvgwgxid9f60gzb1zndgbhdlbn9ixv5waihy1jkcbn24p"))))
|
||||
(properties `((upstream-name . "affxparser")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/HenrikBengtsson/affxparser")
|
||||
|
|
Loading…
Reference in a new issue