gnu: r-a4preproc: Update to 1.42.0.
* gnu/packages/bioconductor.scm (r-a4preproc): Update to 1.42.0.
This commit is contained in:
parent
c179aae47e
commit
0b06e8ee13
1 changed files with 2 additions and 2 deletions
|
@ -7708,14 +7708,14 @@ Affymetrix arrays.")
|
||||||
(define-public r-a4preproc
|
(define-public r-a4preproc
|
||||||
(package
|
(package
|
||||||
(name "r-a4preproc")
|
(name "r-a4preproc")
|
||||||
(version "1.40.0")
|
(version "1.42.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "a4Preproc" version))
|
(uri (bioconductor-uri "a4Preproc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jibm2f5glzsrvl64hxc5sf59d4w6ry0f663p619hfr44mi1mpri"))))
|
"1qzr54w1qys1ppd71i5b57503dijfnnbn516a2mfk5l9l7wr728d"))))
|
||||||
(properties `((upstream-name . "a4Preproc")))
|
(properties `((upstream-name . "a4Preproc")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue