mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: r-affxparser: Update to 1.72.0.
* gnu/packages/bioconductor.scm (r-affxparser): Update to 1.72.0.
This commit is contained in:
parent
1b4dd53a4f
commit
4f2c3411ec
1 changed files with 2 additions and 2 deletions
|
@ -5502,14 +5502,14 @@ (define-public r-affyio
|
||||||
(define-public r-affxparser
|
(define-public r-affxparser
|
||||||
(package
|
(package
|
||||||
(name "r-affxparser")
|
(name "r-affxparser")
|
||||||
(version "1.70.0")
|
(version "1.72.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "affxparser" version))
|
(uri (bioconductor-uri "affxparser" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p42rpyh96aph9jr8kiyjvv860jn7m7ji2nrib2vr2nl0jyaxqjs"))))
|
"0n86my3bzy3g7xn60kizs5ym5m016zrkg7dv96kx246mrnv0ax8y"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue