gnu: r-affycontam: Update to 1.48.0.
* gnu/packages/bioconductor.scm (r-affycontam): Update to 1.48.0.master
parent
fa2d16cc27
commit
3e82f9ccaf
|
@ -1259,14 +1259,14 @@ Command Console} (AGCC)-compatible sample annotation files.")
|
||||||
(define-public r-affycontam
|
(define-public r-affycontam
|
||||||
(package
|
(package
|
||||||
(name "r-affycontam")
|
(name "r-affycontam")
|
||||||
(version "1.46.0")
|
(version "1.48.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "affyContam" version))
|
(uri (bioconductor-uri "affyContam" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dh5c3blk2dl9kg13y6snplnx61x2f9hvp5lc7jmg25xk916517i"))))
|
"0pi5fll5868sb80vb9kbymz6gkjv58f0abk6zwn407cnyjhr342b"))))
|
||||||
(properties `((upstream-name . "affyContam")))
|
(properties `((upstream-name . "affyContam")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue