gnu: r-affycomp: Update to 1.78.0.
* gnu/packages/bioconductor.scm (r-affycomp): Update to 1.78.0. Change-Id: If05e314863a48dcdd9f39238a340b712ab85b805
This commit is contained in:
parent
d2f808e301
commit
dde158c631
1 changed files with 2 additions and 2 deletions
|
@ -5957,14 +5957,14 @@ analysis.")
|
||||||
(define-public r-affycomp
|
(define-public r-affycomp
|
||||||
(package
|
(package
|
||||||
(name "r-affycomp")
|
(name "r-affycomp")
|
||||||
(version "1.76.1")
|
(version "1.78.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "affycomp" version))
|
(uri (bioconductor-uri "affycomp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wccj8q8sl0zc68nr5qf1qih8awqf1h6bwi5hq9d7r59p4g4r9n1"))))
|
"0818mgwny9hznw7lawrvmk11nwy0wxgjnlkf083vv3js4aq31gfp"))))
|
||||||
(properties `((upstream-name . "affycomp")))
|
(properties `((upstream-name . "affycomp")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-biobase))
|
(propagated-inputs (list r-biobase))
|
||||||
|
|
Reference in a new issue