gnu: r-a4preproc: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-a4preproc): Update to 1.44.0.
This commit is contained in:
parent
72a0c0fda2
commit
47241c78a0
1 changed files with 2 additions and 2 deletions
|
@ -8855,14 +8855,14 @@ Affymetrix arrays.")
|
||||||
(define-public r-a4preproc
|
(define-public r-a4preproc
|
||||||
(package
|
(package
|
||||||
(name "r-a4preproc")
|
(name "r-a4preproc")
|
||||||
(version "1.42.0")
|
(version "1.44.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
|
||||||
"1qzr54w1qys1ppd71i5b57503dijfnnbn516a2mfk5l9l7wr728d"))))
|
"098yzy7x5536bj76iavismdsdn7x6x07aw0j3knj6i9www9y8yz9"))))
|
||||||
(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