gnu: r-reqon: Update to 1.48.0.
* gnu/packages/bioconductor.scm (r-reqon): Update to 1.48.0. Change-Id: Idd4e403b3ed3ca84cad80657a46fd4c9e0c1582dmaster
parent
b22318e0af
commit
fb6da71504
|
@ -18240,14 +18240,14 @@ genome sequence.")
|
||||||
(define-public r-reqon
|
(define-public r-reqon
|
||||||
(package
|
(package
|
||||||
(name "r-reqon")
|
(name "r-reqon")
|
||||||
(version "1.46.0")
|
(version "1.48.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ReQON" version))
|
(uri (bioconductor-uri "ReQON" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1knzla5d8n22121a9licrjh2rxrmh05304a9d4bs2f1r7aiwhgnh"))))
|
"0w28b3ma8r8rshijdm5jj1z64v91my7hcvw18r9pdwjprh05bw0g"))))
|
||||||
(properties `((upstream-name . "ReQON")))
|
(properties `((upstream-name . "ReQON")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue